From: James S. <jsi...@us...> - 2002-06-03 22:45:28
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/i386/kernel In directory usw-pr-cvs1:/tmp/cvs-serv23928/linux/arch/i386/kernel Modified Files: setup.c Log Message: Synced to 2.5.19 Index: setup.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/i386/kernel/setup.c,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- setup.c 25 May 2002 20:31:58 -0000 1.43 +++ setup.c 3 Jun 2002 22:44:55 -0000 1.44 @@ -165,6 +165,8 @@ static int disable_x86_serial_nr __initdata = 1; static int disable_x86_fxsr __initdata = 0; +unsigned long saved_videomode; + extern unsigned long saved_videomode; /* @@ -681,10 +683,8 @@ drive_info = DRIVE_INFO; screen_info = SCREEN_INFO; apm_info.bios = APM_BIOS_INFO; -#ifdef CONFIG_ACPI_SLEEP saved_videomode = VIDEO_MODE; printk("Video mode to be used for restore is %lx\n", saved_videomode); -#endif if( SYS_DESC_TABLE.length != 0 ) { MCA_bus = SYS_DESC_TABLE.table[3] &0x2; machine_id = SYS_DESC_TABLE.table[0]; |