|
@@ -31,7 +31,6 @@ static int __init iommu_init_noop(void) { return 0; }
|
|
static void iommu_shutdown_noop(void) { }
|
|
static void iommu_shutdown_noop(void) { }
|
|
static bool __init bool_x86_init_noop(void) { return false; }
|
|
static bool __init bool_x86_init_noop(void) { return false; }
|
|
static void x86_op_int_noop(int cpu) { }
|
|
static void x86_op_int_noop(int cpu) { }
|
|
-static u64 u64_x86_init_noop(void) { return 0; }
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* The platform setup functions are preset with the default functions
|
|
* The platform setup functions are preset with the default functions
|
|
@@ -96,7 +95,7 @@ struct x86_init_ops x86_init __initdata = {
|
|
},
|
|
},
|
|
|
|
|
|
.acpi = {
|
|
.acpi = {
|
|
- .get_root_pointer = u64_x86_init_noop,
|
|
|
|
|
|
+ .get_root_pointer = x86_default_get_root_pointer,
|
|
.reduced_hw_early_init = acpi_generic_reduced_hw_init,
|
|
.reduced_hw_early_init = acpi_generic_reduced_hw_init,
|
|
},
|
|
},
|
|
};
|
|
};
|