projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ea396
)
[PATCH] x86-64: remove prototype of free_bootmem_generic()
author
Jan Beulich
<jbeulich@novell.com>
Thu, 7 Dec 2006 01:14:09 +0000
(
02:14
+0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:09 +0000
(
02:14
+0100)
The function doesn't exist (anymore).
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
include/asm-x86_64/proto.h
patch
|
blob
|
history
diff --git
a/include/asm-x86_64/proto.h
b/include/asm-x86_64/proto.h
index e72cfcdf53448d262ce0b549de267ae470f8ebe1..21fa5afa232efe4fd6b23c6cec92b425cf5f04ae 100644
(file)
--- 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);