diff options
author | Huang, Ying <ying.huang@intel.com> | 2008-03-27 22:49:42 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-26 15:34:42 -0400 |
commit | 50eae2a7c9862afe263a2003c12f457ecfc9e6a2 (patch) | |
tree | 96e8e53c168c4c4cc983f629151091c17014be3b /include/asm-x86/e820_64.h | |
parent | 4a27214d7be31e122db4102166f49ec15958e8e9 (diff) |
x86, boot: add free_early to early reservation machanism
Add free_early to early reservation mechanism - this way early bootup
failure paths can stop wasting memory.
Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/e820_64.h')
-rw-r--r-- | include/asm-x86/e820_64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/e820_64.h b/include/asm-x86/e820_64.h index f478c57eb060..b5e02e379af3 100644 --- a/include/asm-x86/e820_64.h +++ b/include/asm-x86/e820_64.h | |||
@@ -48,6 +48,7 @@ extern struct e820map e820; | |||
48 | extern void update_e820(void); | 48 | extern void update_e820(void); |
49 | 49 | ||
50 | extern void reserve_early(unsigned long start, unsigned long end, char *name); | 50 | extern void reserve_early(unsigned long start, unsigned long end, char *name); |
51 | extern void free_early(unsigned long start, unsigned long end); | ||
51 | extern void early_res_to_bootmem(void); | 52 | extern void early_res_to_bootmem(void); |
52 | 53 | ||
53 | #endif/*!__ASSEMBLY__*/ | 54 | #endif/*!__ASSEMBLY__*/ |