powerpc: Move some extern declarations from C code into headers

This also make klimit have the same type on 32-bit as on 64-bit,
namely unsigned long, and defines and initializes it in one place.

Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Paul Mackerras
2005-11-10 15:53:40 +11:00
parent d3d2176a0b
commit 49b09853df
9 changed files with 6 additions and 21 deletions

View File

@@ -80,8 +80,6 @@
#warning TASK_SIZE is smaller than it needs to be.
#endif
unsigned long klimit = (unsigned long)_end;
/* max amount of RAM to use */
unsigned long __max_memory;