summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/setup.h
diff options
context:
space:
mode:
authorDavid Howells2012-03-28 19:30:02 +0200
committerDavid Howells2012-03-28 19:30:02 +0200
commitc40d04df152a1111c5bbcb632278394dabd2b73d (patch)
tree84e9426bea45852e2333308116a69b5743655ee3 /arch/microblaze/include/asm/setup.h
parentDisintegrate asm/system.h for M68K (diff)
downloadkernel-qcow2-linux-c40d04df152a1111c5bbcb632278394dabd2b73d.tar.gz
kernel-qcow2-linux-c40d04df152a1111c5bbcb632278394dabd2b73d.tar.xz
kernel-qcow2-linux-c40d04df152a1111c5bbcb632278394dabd2b73d.zip
Disintegrate asm/system.h for Microblaze
Disintegrate asm/system.h for Microblaze. Not compiled. Signed-off-by: David Howells <dhowells@redhat.com> cc: microblaze-uclinux@itee.uq.edu.au
Diffstat (limited to 'arch/microblaze/include/asm/setup.h')
-rw-r--r--arch/microblaze/include/asm/setup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/setup.h b/arch/microblaze/include/asm/setup.h
index 6c72ed7eba98..aa22511819d8 100644
--- a/arch/microblaze/include/asm/setup.h
+++ b/arch/microblaze/include/asm/setup.h
@@ -20,6 +20,8 @@ extern unsigned int boot_cpuid; /* move to smp.h */
extern char cmd_line[COMMAND_LINE_SIZE];
+extern char *klimit;
+
void early_printk(const char *fmt, ...);
int setup_early_printk(char *opt);
@@ -46,6 +48,10 @@ void machine_shutdown(void);
void machine_halt(void);
void machine_power_off(void);
+void free_init_pages(char *what, unsigned long begin, unsigned long end);
+extern void *alloc_maybe_bootmem(size_t size, gfp_t mask);
+extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask);
+
# endif/* __KERNEL__ */
# endif /* __ASSEMBLY__ */
#endif /* _ASM_MICROBLAZE_SETUP_H */