diff options
-rw-r--r-- | kexec/arch/ppc/kexec-ppc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kexec/arch/ppc/kexec-ppc.c b/kexec/arch/ppc/kexec-ppc.c index 511b027..3a17f5f 100644 --- a/kexec/arch/ppc/kexec-ppc.c +++ b/kexec/arch/ppc/kexec-ppc.c @@ -19,8 +19,10 @@ #include "config.h" +#ifdef WITH_GAMECUBE #define MAX_MEMORY_RANGES 64 static struct memory_range memory_range[MAX_MEMORY_RANGES]; +#endif /* Return a sorted list of memory ranges. */ int get_memory_ranges(struct memory_range **UNUSED(range), int *UNUSED(ranges), |