Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
2a1b181e
Commit
2a1b181e
authored
Sep 21, 2006
by
David Woodhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix v850 exported headers
Signed-off-by:
David Woodhouse
<
dwmw2@infradead.org
>
parent
f17b7bad
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
include/asm-v850/page.h
include/asm-v850/page.h
+4
-3
include/asm-v850/param.h
include/asm-v850/param.h
+2
-2
No files found.
include/asm-v850/page.h
View file @
2a1b181e
...
@@ -14,6 +14,8 @@
...
@@ -14,6 +14,8 @@
#ifndef __V850_PAGE_H__
#ifndef __V850_PAGE_H__
#define __V850_PAGE_H__
#define __V850_PAGE_H__
#ifdef __KERNEL__
#include <asm/machdep.h>
#include <asm/machdep.h>
...
@@ -32,7 +34,6 @@
...
@@ -32,7 +34,6 @@
#endif
#endif
#ifdef __KERNEL__
#ifndef __ASSEMBLY__
#ifndef __ASSEMBLY__
#define STRICT_MM_TYPECHECKS
#define STRICT_MM_TYPECHECKS
...
@@ -122,9 +123,9 @@ typedef unsigned long pgprot_t;
...
@@ -122,9 +123,9 @@ typedef unsigned long pgprot_t;
#define __va(x) ((void *)__phys_to_virt ((unsigned long)(x)))
#define __va(x) ((void *)__phys_to_virt ((unsigned long)(x)))
#endif
/* KERNEL */
#include <asm-generic/memory_model.h>
#include <asm-generic/memory_model.h>
#include <asm-generic/page.h>
#include <asm-generic/page.h>
#endif
/* KERNEL */
#endif
/* __V850_PAGE_H__ */
#endif
/* __V850_PAGE_H__ */
include/asm-v850/param.h
View file @
2a1b181e
...
@@ -14,8 +14,6 @@
...
@@ -14,8 +14,6 @@
#ifndef __V850_PARAM_H__
#ifndef __V850_PARAM_H__
#define __V850_PARAM_H__
#define __V850_PARAM_H__
#include <asm/machdep.h>
/* For HZ */
#define EXEC_PAGESIZE 4096
#define EXEC_PAGESIZE 4096
#ifndef NOGROUP
#ifndef NOGROUP
...
@@ -25,6 +23,8 @@
...
@@ -25,6 +23,8 @@
#define MAXHOSTNAMELEN 64
/* max length of hostname */
#define MAXHOSTNAMELEN 64
/* max length of hostname */
#ifdef __KERNEL__
#ifdef __KERNEL__
#include <asm/machdep.h>
/* For HZ */
# define USER_HZ 100
# define USER_HZ 100
# define CLOCKS_PER_SEC USER_HZ
# define CLOCKS_PER_SEC USER_HZ
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment