Browse Source

[ARM] clps711x: add sparsemem definitions

Fix the edb7211_defconfig build errors.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 16 years ago
parent
commit
f6335c43f3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/mach-clps711x/include/mach/memory.h

+ 2 - 0
arch/arm/mach-clps711x/include/mach/memory.h

@@ -89,6 +89,8 @@
  * 	node 3:  0xd8000000 - 0xdfffffff
  * 	node 3:  0xd8000000 - 0xdfffffff
  */
  */
 #define NODE_MEM_SIZE_BITS	24
 #define NODE_MEM_SIZE_BITS	24
+#define SECTION_SIZE_BITS	24
+#define MAX_PHYSMEM_BITS	32
 
 
 #endif
 #endif