aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/page.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-04-27 15:48:08 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-04-27 15:48:08 +0100
commitcd469e0cc67b74ba41daec335ea72baedb750b80 (patch)
tree8054cc6b13f48785165af1485a873dd3e33d4ca6 /include/asm-i386/page.h
parentAdd standard include guard to asm-generic/signal and use compiler.h (diff)
downloadlinux-dev-cd469e0cc67b74ba41daec335ea72baedb750b80.tar.xz
linux-dev-cd469e0cc67b74ba41daec335ea72baedb750b80.zip
Exclude asm-generic/{page,memory_model}.h from user bits of i386/x86_64 page.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-i386/page.h')
-rw-r--r--include/asm-i386/page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-i386/page.h b/include/asm-i386/page.h
index 85f35e67020f..e3a552fa5538 100644
--- a/include/asm-i386/page.h
+++ b/include/asm-i386/page.h
@@ -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 */