diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-09-15 13:30:11 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-15 13:30:11 +0200 |
commit | fea2efe3bba15f0aa8f840fbe052699808187cb6 (patch) | |
tree | a2531cec2b7d6b8f1ae644a18eed9086510c93e4 /include/asm-arm/arch-sa1100/memory.h | |
parent | Partially revert "Fix time going twice as fast problem on ATI Xpress chipsets" (diff) | |
download | linux-fea2efe3bba15f0aa8f840fbe052699808187cb6.tar.xz linux-fea2efe3bba15f0aa8f840fbe052699808187cb6.zip |
[ARM] Remove PFN_TO_NID for !DISCONTIGMEM
Platform classes need not define PFN_TO_NID when DISCONTIGMEM is
not selected.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-sa1100/memory.h')
-rw-r--r-- | include/asm-arm/arch-sa1100/memory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-arm/arch-sa1100/memory.h b/include/asm-arm/arch-sa1100/memory.h index 32d3d5bde34d..8743ff5c1b23 100644 --- a/include/asm-arm/arch-sa1100/memory.h +++ b/include/asm-arm/arch-sa1100/memory.h @@ -99,10 +99,6 @@ __arch_adjust_zones(int node, unsigned long *size, unsigned long *holes) #define LOCAL_MAP_NR(addr) \ (((unsigned long)(addr) & 0x07ffffff) >> PAGE_SHIFT) -#else - -#define PFN_TO_NID(addr) (0) - #endif #endif |