|
@@ -27,6 +27,7 @@ void __init x86_init_uint_noop(unsigned int unused) { }
|
|
void __init x86_init_pgd_noop(pgd_t *unused) { }
|
|
void __init x86_init_pgd_noop(pgd_t *unused) { }
|
|
int __init iommu_init_noop(void) { return 0; }
|
|
int __init iommu_init_noop(void) { return 0; }
|
|
void iommu_shutdown_noop(void) { }
|
|
void iommu_shutdown_noop(void) { }
|
|
|
|
+void wallclock_init_noop(void) { }
|
|
|
|
|
|
/*
|
|
/*
|
|
* The platform setup functions are preset with the default functions
|
|
* The platform setup functions are preset with the default functions
|
|
@@ -97,6 +98,7 @@ static int default_i8042_detect(void) { return 1; };
|
|
|
|
|
|
struct x86_platform_ops x86_platform = {
|
|
struct x86_platform_ops x86_platform = {
|
|
.calibrate_tsc = native_calibrate_tsc,
|
|
.calibrate_tsc = native_calibrate_tsc,
|
|
|
|
+ .wallclock_init = wallclock_init_noop,
|
|
.get_wallclock = mach_get_cmos_time,
|
|
.get_wallclock = mach_get_cmos_time,
|
|
.set_wallclock = mach_set_rtc_mmss,
|
|
.set_wallclock = mach_set_rtc_mmss,
|
|
.iommu_shutdown = iommu_shutdown_noop,
|
|
.iommu_shutdown = iommu_shutdown_noop,
|