* [PATCH] x86: remove duplicated e820 func in setup.h
@ 2008-05-27 23:29 Yinghai Lu
2008-06-02 10:52 ` Ingo Molnar
0 siblings, 1 reply; 2+ messages in thread
From: Yinghai Lu @ 2008-05-27 23:29 UTC (permalink / raw)
To: Ingo Molnar, Thomas Gleixner, H. Peter Anvin, Andrew Morton
Cc: linux-kernel@vger.kernel.org
we already have them in e820.h
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h
index ffa0f54..53ef090 100644
--- a/include/asm-x86/setup.h
+++ b/include/asm-x86/setup.h
@@ -50,15 +50,9 @@ extern struct boot_params boot_params;
*/
#define LOWMEMSIZE() (0x9f000)
-struct e820entry;
-
char * __init machine_specific_memory_setup(void);
char *memory_setup(void);
-int __init copy_e820_map(struct e820entry *biosmap, int nr_map);
-void __init add_memory_region(unsigned long long start,
- unsigned long long size, int type);
-
extern unsigned long init_pg_tables_end;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-02 10:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-27 23:29 [PATCH] x86: remove duplicated e820 func in setup.h Yinghai Lu
2008-06-02 10:52 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox