diff options
author | Michal Simek <monstr@monstr.eu> | 2010-01-14 11:03:49 -0500 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-03-11 07:59:02 -0500 |
commit | a84642a339235020e6dccc022de27055f1fa9340 (patch) | |
tree | a37bb8fa58d2e484ac73d0bb89275cecef9fd3d9 /arch/microblaze/include | |
parent | 2549edd353196d7de9c18e08146d7a8836f97235 (diff) |
microblaze: Add {z,}alloc_maybe_bootmem functions
I will need {z,}alloc_maybe_bootmem functions for pci patches
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r-- | arch/microblaze/include/asm/system.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/system.h b/arch/microblaze/include/asm/system.h index 157970688b2a..59efb3fef957 100644 --- a/arch/microblaze/include/asm/system.h +++ b/arch/microblaze/include/asm/system.h | |||
@@ -87,6 +87,9 @@ void free_initmem(void); | |||
87 | extern char *klimit; | 87 | extern char *klimit; |
88 | extern void ret_from_fork(void); | 88 | extern void ret_from_fork(void); |
89 | 89 | ||
90 | extern void *alloc_maybe_bootmem(size_t size, gfp_t mask); | ||
91 | extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask); | ||
92 | |||
90 | #ifdef CONFIG_DEBUG_FS | 93 | #ifdef CONFIG_DEBUG_FS |
91 | extern struct dentry *of_debugfs_root; | 94 | extern struct dentry *of_debugfs_root; |
92 | #endif | 95 | #endif |