aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.21-pre4-sparse
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-02-26 19:50:23 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-02-26 19:50:23 +0000
commit01ff0e70895202693f699281cc4933c9068d1a05 (patch)
tree848a0012261c2fe0889c7bed1ee40023b001bd6c /xenolinux-2.4.21-pre4-sparse
parentc876c6971a689290907a679979bedfb952c144c1 (diff)
downloadxen-01ff0e70895202693f699281cc4933c9068d1a05.tar.gz
xen-01ff0e70895202693f699281cc4933c9068d1a05.tar.bz2
xen-01ff0e70895202693f699281cc4933c9068d1a05.zip
bitkeeper revision 1.105.1.2 (3e5d1a7fU8SILNfLy3c5p8eyoYiygQ)
make it so that the keyboard debug handler IRQ can be shared -- use SA_SHIRQ
Diffstat (limited to 'xenolinux-2.4.21-pre4-sparse')
-rw-r--r--xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/network/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/network/network.c b/xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/network/network.c
index 70e50660d8..5bd1396a49 100644
--- a/xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/network/network.c
+++ b/xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/network/network.c
@@ -135,7 +135,7 @@ static int network_open(struct net_device *dev)
}
#if 1
- request_irq( _EVENT_DEBUG, dbg_network_int, SA_SHARED, "debug", dev);
+ request_irq( _EVENT_DEBUG, dbg_network_int, SA_SHIRQ, "debug", dev);
#endif