diff options
author | Jan Beulich <jbeulich@novell.com> | 2006-12-07 02:14:09 +0100 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-12-07 02:14:09 +0100 |
commit | 4a1c42275078f48b90428cdb062f5220d79ec9da (patch) | |
tree | 631326d75f2627b95c5d49675d6d47fabbee5b66 /include | |
parent | c6ea396de6836bdeb2d2433368130642bf0f6e15 (diff) | |
download | op-kernel-dev-4a1c42275078f48b90428cdb062f5220d79ec9da.zip op-kernel-dev-4a1c42275078f48b90428cdb062f5220d79ec9da.tar.gz |
[PATCH] x86-64: remove prototype of free_bootmem_generic()
The function doesn't exist (anymore).
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86_64/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index e72cfcd..21fa5af 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h @@ -61,7 +61,6 @@ extern void numa_initmem_init(unsigned long start_pfn, unsigned long end_pfn); extern unsigned long numa_free_all_bootmem(void); extern void reserve_bootmem_generic(unsigned long phys, unsigned len); -extern void free_bootmem_generic(unsigned long phys, unsigned len); extern void load_gs_index(unsigned gs); |