iscsi_ibft: fix crash due to KASLR physical memory remapping
[linux-2.6-microblaze.git] / arch / x86 / kernel / setup.c
index 1e72062..b6a62af 100644 (file)
@@ -571,16 +571,6 @@ void __init reserve_standard_io_resources(void)
 
 }
 
-static __init void reserve_ibft_region(void)
-{
-       unsigned long addr, size = 0;
-
-       addr = find_ibft_region(&size);
-
-       if (size)
-               memblock_reserve(addr, size);
-}
-
 static bool __init snb_gfx_workaround_needed(void)
 {
 #ifdef CONFIG_PCI