From 051e00c6b6b488ee2273ab475687e0db9db62ad1 Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Wed, 25 Jan 2006 21:31:30 +1300 Subject: [PATCH] --- yaml --- r: 22905 b: refs/heads/master c: 3b9331dac16555e8788ae21723f2146c3f994ebb h: refs/heads/master i: 22903: 1ab30c01d13aaa8928048b1104c8b880db8b35a0 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/mm/lmb.c | 2 ++ trunk/include/asm-powerpc/lmb.h | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 10b1a856f8e2..514533b18eba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d7a5b2ffa1352f0310630934a56aecbdfb617b72 +refs/heads/master: 3b9331dac16555e8788ae21723f2146c3f994ebb diff --git a/trunk/arch/powerpc/mm/lmb.c b/trunk/arch/powerpc/mm/lmb.c index d9c76ce5fa8f..874cd103ce6e 100644 --- a/trunk/arch/powerpc/mm/lmb.c +++ b/trunk/arch/powerpc/mm/lmb.c @@ -31,6 +31,8 @@ #define DBG(fmt...) #endif +#define LMB_ALLOC_ANYWHERE 0 + struct lmb lmb; void lmb_dump_all(void) diff --git a/trunk/include/asm-powerpc/lmb.h b/trunk/include/asm-powerpc/lmb.h index 4fda8eaaeaf4..fbb7bde8fb0b 100644 --- a/trunk/include/asm-powerpc/lmb.h +++ b/trunk/include/asm-powerpc/lmb.h @@ -19,8 +19,6 @@ #define MAX_LMB_REGIONS 128 -#define LMB_ALLOC_ANYWHERE 0 - struct lmb_property { unsigned long base; unsigned long size;