Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35471
b: refs/heads/master
c: 2a1b181
h: refs/heads/master
i:
  35469: 0ca72d7
  35467: b72f6ba
  35463: 9f616f7
  35455: f45dec1
v: v3
  • Loading branch information
David Woodhouse committed Sep 21, 2006
1 parent 727df78 commit 1b3ba4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f17b7bad396c8f748620f54a88754a1f5af02c8a
refs/heads/master: 2a1b181eff32f497f285fcfc1e771ec469205908
7 changes: 4 additions & 3 deletions trunk/include/asm-v850/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#ifndef __V850_PAGE_H__
#define __V850_PAGE_H__

#ifdef __KERNEL__

#include <asm/machdep.h>


Expand All @@ -32,7 +34,6 @@
#endif


#ifdef __KERNEL__
#ifndef __ASSEMBLY__

#define STRICT_MM_TYPECHECKS
Expand Down Expand Up @@ -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__ */
4 changes: 2 additions & 2 deletions trunk/include/asm-v850/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#ifndef __V850_PARAM_H__
#define __V850_PARAM_H__

#include <asm/machdep.h> /* For HZ */

#define EXEC_PAGESIZE 4096

#ifndef NOGROUP
Expand All @@ -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
Expand Down

0 comments on commit 1b3ba4a

Please sign in to comment.