diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2008-05-08 00:27:07 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-05-14 08:31:44 -0400 |
commit | 5f25f06529ecb4b20efc7ba00de599f5b9f4b63c (patch) | |
tree | b41343c835446e16959faa1249424056e5340a3d /include/asm-powerpc/system.h | |
parent | 683307da07afd3a7ee55269ee8cb70c8053b0923 (diff) |
[POWERPC] Move declaration of init_bootmem_done into system.h
... instead of having an extern declaration in a .c file.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/system.h')
-rw-r--r-- | include/asm-powerpc/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/system.h b/include/asm-powerpc/system.h index 2b6559a6d113..df781adac6dd 100644 --- a/include/asm-powerpc/system.h +++ b/include/asm-powerpc/system.h | |||
@@ -190,6 +190,7 @@ extern struct task_struct *_switch(struct thread_struct *prev, | |||
190 | 190 | ||
191 | extern unsigned int rtas_data; | 191 | extern unsigned int rtas_data; |
192 | extern int mem_init_done; /* set on boot once kmalloc can be called */ | 192 | extern int mem_init_done; /* set on boot once kmalloc can be called */ |
193 | extern int init_bootmem_done; /* set on !NUMA once bootmem is available */ | ||
193 | extern unsigned long memory_limit; | 194 | extern unsigned long memory_limit; |
194 | extern unsigned long klimit; | 195 | extern unsigned long klimit; |
195 | 196 | ||