From: Kenn H. <ke...@us...> - 2002-10-29 00:52:58
|
Update of /cvsroot/linux-vax/kernel-2.5/init In directory usw-pr-cvs1:/tmp/cvs-serv2713/init Modified Files: main.c Log Message: Merge Linus' 2.5.4 release. Major change is the splitting of task_struct into task_struct and struct thread_info. Index: main.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/init/main.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- main.c 6 Jun 2002 00:12:24 -0000 1.5 +++ main.c 29 Oct 2002 00:52:51 -0000 1.6 @@ -31,8 +31,6 @@ #include <asm/io.h> #include <asm/bugs.h> -#include <linux/device.h> - #if defined(CONFIG_ARCH_S390) #include <asm/s390mach.h> #include <asm/ccwcache.h> @@ -451,10 +449,6 @@ #if defined(CONFIG_ARCH_S390) s390_init_machine_check(); #endif - - /* bring up the device tree */ - device_driver_init(); - /* Networking initialization needs a process context */ sock_init(); |