ia64/xen-unstable
changeset 1345:2b2dc843edfb
bitkeeper revision 1.891 (409811b6YsMa5sqRfO6eja3WkihxHA)
Move Xen network and block drivers into the DRIVERS target rather than
CORE_FILES, so they're initialised slightly later in boot order. This
fixes a problem where /dev/random blocked forever becuase entropy from
device interupts was getting lost.
Move Xen network and block drivers into the DRIVERS target rather than
CORE_FILES, so they're initialised slightly later in boot order. This
fixes a problem where /dev/random blocked forever becuase entropy from
device interupts was getting lost.
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Tue May 04 21:57:10 2004 +0000 (2004-05-04) |
parents | b91c80687fb5 |
children | 32618d535cbc de3970272f43 |
files | xenolinux-2.4.26-sparse/arch/xen/Makefile |
line diff
1.1 --- a/xenolinux-2.4.26-sparse/arch/xen/Makefile Tue May 04 18:05:30 2004 +0000 1.2 +++ b/xenolinux-2.4.26-sparse/arch/xen/Makefile Tue May 04 21:57:10 2004 +0000 1.3 @@ -67,11 +67,11 @@ CORE_FILES += arch/xen/kernel/kernel.o a 1.4 CORE_FILES += arch/xen/drivers/evtchn/drv.o 1.5 CORE_FILES += arch/xen/drivers/console/drv.o 1.6 ifdef CONFIG_XEN_NEWIO 1.7 -CORE_FILES += arch/xen/drivers/blkif/drv.o 1.8 -CORE_FILES += arch/xen/drivers/netif/drv.o 1.9 +DRIVERS += arch/xen/drivers/blkif/drv.o 1.10 +DRIVERS += arch/xen/drivers/netif/drv.o 1.11 else 1.12 -CORE_FILES += arch/xen/drivers/block/drv.o 1.13 -CORE_FILES += arch/xen/drivers/network/drv.o 1.14 +DRIVERS += arch/xen/drivers/block/drv.o 1.15 +DRIVERS += arch/xen/drivers/network/drv.o 1.16 endif 1.17 ifdef CONFIG_XEN_PRIVILEGED_GUEST 1.18 CORE_FILES += arch/xen/drivers/dom0/drv.o