x86: seperate probe_roms into another file
[firefly-linux-kernel-4.4.55.git] / include / asm-x86 / setup.h
index 9e163fc3e984505880e6dacf6c7f1127f52166bd..cf87d6d3675ca236ff81e9fb96af4bbc3997189d 100644 (file)
@@ -8,7 +8,9 @@
 /* Interrupt control for vSMPowered x86_64 systems */
 void vsmp_init(void);
 
-char *machine_specific_memory_setup(void);
+/* Crashkernel reservation */
+void reserve_crashkernel(void);
+
 #ifndef CONFIG_PARAVIRT
 #define paravirt_post_allocator_init() do {} while (0)
 #endif
@@ -43,18 +45,16 @@ char *machine_specific_memory_setup(void);
  */
 extern struct boot_params boot_params;
 
-#ifdef __i386__
 /*
  * Do NOT EVER look at the BIOS memory size location.
  * It does not work on many machines.
  */
 #define LOWMEMSIZE()   (0x9f000)
 
-char * __init machine_specific_memory_setup(void);
-char *memory_setup(void);
-
+#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;