Commit 59014be9 authored by James Bottomley's avatar James Bottomley

Kill compile warning and correct bitkeeper mismerge

parent 798b0d25
......@@ -664,6 +664,7 @@ void __init setup_arch(char **cmdline_p)
screen_info = SCREEN_INFO;
#ifdef CONFIG_APM
apm_info.bios = APM_BIOS_INFO;
#endif
#ifdef CONFIG_ACPI_SLEEP
saved_videomode = VIDEO_MODE;
printk("Video mode to be used for restore is %lx\n", saved_videomode);
......
......@@ -600,7 +600,9 @@ __initcall(time_init_driverfs);
void __init time_init(void)
{
#ifdef CONFIG_X86_TSC
extern int x86_udelay_tsc;
#endif
xtime.tv_sec = get_cmos_time();
xtime.tv_usec = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment