diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-10-21 18:29:56 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-21 18:31:23 -0400 |
commit | f6335c43f3d7816ba2e69abce4f29c41f65bb27e (patch) | |
tree | 40b5a6f9eed4801606185424d19f597359e90c52 /arch/arm/mach-clps711x | |
parent | 5d43839ab9988f236cdda1ed073d6916857bc3c5 (diff) |
[ARM] clps711x: add sparsemem definitions
Fix the edb7211_defconfig build errors.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-clps711x')
-rw-r--r-- | arch/arm/mach-clps711x/include/mach/memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/memory.h b/arch/arm/mach-clps711x/include/mach/memory.h index 71c2fa70c8e8..98ec30c97bbe 100644 --- a/arch/arm/mach-clps711x/include/mach/memory.h +++ b/arch/arm/mach-clps711x/include/mach/memory.h | |||
@@ -89,6 +89,8 @@ | |||
89 | * node 3: 0xd8000000 - 0xdfffffff | 89 | * node 3: 0xd8000000 - 0xdfffffff |
90 | */ | 90 | */ |
91 | #define NODE_MEM_SIZE_BITS 24 | 91 | #define NODE_MEM_SIZE_BITS 24 |
92 | #define SECTION_SIZE_BITS 24 | ||
93 | #define MAX_PHYSMEM_BITS 32 | ||
92 | 94 | ||
93 | #endif | 95 | #endif |
94 | 96 | ||