You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
231 B
13 lines
231 B
19 years ago
|
#ifndef _ASM_POWERPC_PGALLOC_H
|
||
|
#define _ASM_POWERPC_PGALLOC_H
|
||
19 years ago
|
#ifdef __KERNEL__
|
||
19 years ago
|
|
||
18 years ago
|
#ifdef CONFIG_PPC64
|
||
|
#include <asm/pgalloc-64.h>
|
||
19 years ago
|
#else
|
||
18 years ago
|
#include <asm/pgalloc-32.h>
|
||
20 years ago
|
#endif
|
||
20 years ago
|
|
||
19 years ago
|
#endif /* __KERNEL__ */
|
||
19 years ago
|
#endif /* _ASM_POWERPC_PGALLOC_H */
|