source:
patches/linux-2.6.23.13-alpha_PAGE_SIZE-1.patch@
0f9d1e9
Last change on this file since 0f9d1e9 was 35044f1, checked in by , 17 years ago | |
---|---|
|
|
File size: 729 bytes |
-
include/asm-alpha/page.h
diff -Naur linux-2.6.23.1.orig/include/asm-alpha/page.h linux-2.6.23.1/include/asm-alpha/page.h
old new 1 1 #ifndef _ALPHA_PAGE_H 2 2 #define _ALPHA_PAGE_H 3 3 4 /* PAGE_SHIFT determines the page size */ 5 #define PAGE_SHIFT 13 6 #define PAGE_SIZE (1UL << PAGE_SHIFT) 7 #define PAGE_MASK (~(PAGE_SIZE-1)) 8 4 9 #ifdef __KERNEL__ 5 10 6 11 #include <asm/pal.h> 7 12 8 /* PAGE_SHIFT determines the page size */9 #define PAGE_SHIFT 1310 #define PAGE_SIZE (1UL << PAGE_SHIFT)11 #define PAGE_MASK (~(PAGE_SIZE-1))12 13 13 #ifndef __ASSEMBLY__ 14 14 15 15 #define STRICT_MM_TYPECHECKS
Note:
See TracBrowser
for help on using the repository browser.