aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/setup.h
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-21 18:39:41 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-08 06:50:05 -0400
commita9c1182fbd349882fe912245d6e03cd30943be2d (patch)
tree5f37f3c7f5ddafb7dcbe5dd6316090d4aed18b36 /include/asm-x86/setup.h
parent7a1fd9866cbb59a00006f1e0fd5726951b167c97 (diff)
x86: seperate probe_roms into another file
it is only needed for 32bit 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h
index b434bdd82ba7..cf87d6d3675c 100644
--- a/include/asm-x86/setup.h
+++ b/include/asm-x86/setup.h
@@ -54,6 +54,7 @@ extern struct boot_params boot_params;
54#ifdef __i386__ 54#ifdef __i386__
55 55
56void __init i386_start_kernel(void); 56void __init i386_start_kernel(void);
57extern void probe_roms(void);
57 58
58extern unsigned long init_pg_tables_start; 59extern unsigned long init_pg_tables_start;
59extern unsigned long init_pg_tables_end; 60extern unsigned long init_pg_tables_end;