page.h 314 B

1234567891011
  1. #ifndef __ASM_PAGE_H__
  2. #define __ASM_PAGE_H__
  3. //#include <pkgconf/linux_compat.h> //mod by prife
  4. #define PAGE_SHIFT 12 // add by prife 4K
  5. /* These aren't used by much yet. If that changes, you might want
  6. to make them actually correct :) */
  7. #define PAGE_SIZE (0x1 << PAGE_SHIFT)
  8. #endif /* __ASM_PAGE_H__ */