From: Russell King Date: Tue, 21 Oct 2008 22:29:56 +0000 (+0100) Subject: [ARM] clps711x: add sparsemem definitions X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f6335c43f3d7816ba2e69abce4f29c41f65bb27e;p=linux-beck.git [ARM] clps711x: add sparsemem definitions Fix the edb7211_defconfig build errors. Signed-off-by: Russell King --- 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 @@ * node 3: 0xd8000000 - 0xdfffffff */ #define NODE_MEM_SIZE_BITS 24 +#define SECTION_SIZE_BITS 24 +#define MAX_PHYSMEM_BITS 32 #endif