patch-2.3.47 linux/arch/alpha/kernel/process.c
Next file: linux/arch/alpha/kernel/proto.h
Previous file: linux/arch/alpha/kernel/pci_iommu.c
Back to the patch index
Back to the overall index
-  Lines: 23
-  Date:
Sun Feb 20 08:13:56 2000
-  Orig file: 
v2.3.46/linux/arch/alpha/kernel/process.c
-  Orig date: 
Tue Dec  7 09:32:39 1999
diff -u --recursive --new-file v2.3.46/linux/arch/alpha/kernel/process.c linux/arch/alpha/kernel/process.c
@@ -30,10 +30,6 @@
 #include <linux/reboot.h>
 #include <linux/console.h>
 
-#ifdef CONFIG_RTC
-#include <linux/mc146818rtc.h>
-#endif
-
 #include <asm/reg.h>
 #include <asm/uaccess.h>
 #include <asm/system.h>
@@ -138,11 +134,6 @@
 		take_over_console(&dummy_con, 0, MAX_NR_CONSOLES-1, 1);
 #endif
 	}
-
-#ifdef CONFIG_RTC
-	/* Reset rtc to defaults.  */
-	rtc_kill_pit();
-#endif
 
 	if (alpha_mv.kill_arch)
 		alpha_mv.kill_arch(mode);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)