Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
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
Hide 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 @@
#ifndef __V850_PAGE_H__
#define __V850_PAGE_H__
#ifdef __KERNEL__
#include <asm/machdep.h>
...
...
@@ -32,7 +34,6 @@
#endif
#ifdef __KERNEL__
#ifndef __ASSEMBLY__
#define STRICT_MM_TYPECHECKS
...
...
@@ -122,9 +123,9 @@ typedef unsigned long pgprot_t;
#define __va(x) ((void *)__phys_to_virt ((unsigned long)(x)))
#endif
/* KERNEL */
#include <asm-generic/memory_model.h>
#include <asm-generic/page.h>
#endif
/* KERNEL */
#endif
/* __V850_PAGE_H__ */
include/asm-v850/param.h
View file @
2a1b181e
...
...
@@ -14,8 +14,6 @@
#ifndef __V850_PARAM_H__
#define __V850_PARAM_H__
#include <asm/machdep.h>
/* For HZ */
#define EXEC_PAGESIZE 4096
#ifndef NOGROUP
...
...
@@ -25,6 +23,8 @@
#define MAXHOSTNAMELEN 64
/* max length of hostname */
#ifdef __KERNEL__
#include <asm/machdep.h>
/* For HZ */
# define USER_HZ 100
# define CLOCKS_PER_SEC USER_HZ
#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