mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
[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>
This commit is contained in:
parent
c6ea396de6
commit
4a1c422750
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user