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>
This commit is contained in:
Yinghai Lu
2008-06-21 15:39:41 -07:00
committed by Ingo Molnar
parent 7a1fd9866c
commit a9c1182fbd
4 changed files with 168 additions and 146 deletions

View File

@@ -54,6 +54,7 @@ extern struct boot_params boot_params;
#ifdef __i386__
void __init i386_start_kernel(void);
extern void probe_roms(void);
extern unsigned long init_pg_tables_start;
extern unsigned long init_pg_tables_end;