Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27978
b: refs/heads/master
c: cd469e0
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Apr 27, 2006
1 parent ed4ba38 commit 9ee54b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: ad1588798620901c12ba86c71865150a4eb727bf
refs/heads/master: cd469e0cc67b74ba41daec335ea72baedb750b80
4 changes: 2 additions & 2 deletions trunk/include/asm-i386/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ extern int page_is_ram(unsigned long pagenr);
((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0 ) | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)

#endif /* __KERNEL__ */

#include <asm-generic/memory_model.h>
#include <asm-generic/page.h>

#endif /* __KERNEL__ */

#endif /* _I386_PAGE_H */
4 changes: 2 additions & 2 deletions trunk/include/asm-x86_64/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ typedef struct { unsigned long pgprot; } pgprot_t;

#define __HAVE_ARCH_GATE_AREA 1

#endif /* __KERNEL__ */

#include <asm-generic/memory_model.h>
#include <asm-generic/page.h>

#endif /* __KERNEL__ */

#endif /* _X86_64_PAGE_H */

0 comments on commit 9ee54b3

Please sign in to comment.