home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / powerpc / include / asm / pgalloc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  231 b   |  13 lines

  1. #ifndef _ASM_POWERPC_PGALLOC_H
  2. #define _ASM_POWERPC_PGALLOC_H
  3. #ifdef __KERNEL__
  4.  
  5. #ifdef CONFIG_PPC64
  6. #include <asm/pgalloc-64.h>
  7. #else
  8. #include <asm/pgalloc-32.h>
  9. #endif
  10.  
  11. #endif /* __KERNEL__ */
  12. #endif /* _ASM_POWERPC_PGALLOC_H */
  13.