Skip to content

Commit

Permalink
[PATCH] x86-64: remove prototype of free_bootmem_generic()
Browse files Browse the repository at this point in the history
The function doesn't exist (anymore).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Jan Beulich authored and Andi Kleen committed Dec 7, 2006
1 parent c6ea396 commit 4a1c422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-x86_64/proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4a1c422

Please sign in to comment.