aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/setup.h
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-05-27 19:29:20 -0400
committerIngo Molnar <mingo@elte.hu>2008-06-02 06:51:03 -0400
commitfb093eab6d8963a085f112773284f2bcb3d7907b (patch)
tree4de427d66f8cf2e6d412bb921d3a79f557633203 /include/asm-x86/setup.h
parent9a73aa81ffb993382afed2ed404bc2b330d75427 (diff)
x86: remove duplicated e820 func in setup.h
we already have them in e820.h Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/setup.h')
-rw-r--r--include/asm-x86/setup.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h
index 64f5f0c11d66..9e163fc3e984 100644
--- a/include/asm-x86/setup.h
+++ b/include/asm-x86/setup.h
@@ -50,15 +50,9 @@ extern struct boot_params boot_params;
50 */ 50 */
51#define LOWMEMSIZE() (0x9f000) 51#define LOWMEMSIZE() (0x9f000)
52 52
53struct e820entry;
54
55char * __init machine_specific_memory_setup(void); 53char * __init machine_specific_memory_setup(void);
56char *memory_setup(void); 54char *memory_setup(void);
57 55
58int __init copy_e820_map(struct e820entry *biosmap, int nr_map);
59void __init add_memory_region(unsigned long long start,
60 unsigned long long size, int type);
61
62 56
63void __init i386_start_kernel(void); 57void __init i386_start_kernel(void);
64 58