repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
md: remove the 'super' sysfs attribute from devices in an 'md' array
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-powerpc
/
pgalloc.h
blob
b4505ed0f0f26843c6432a25cec991f16ecd0130
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 */