diff options
Diffstat (limited to 'linux/dev/drivers/block/genhd.c')
-rw-r--r-- | linux/dev/drivers/block/genhd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linux/dev/drivers/block/genhd.c b/linux/dev/drivers/block/genhd.c index 3a861386..f38654b6 100644 --- a/linux/dev/drivers/block/genhd.c +++ b/linux/dev/drivers/block/genhd.c @@ -774,9 +774,6 @@ void device_setup(void) char *c, *param, *white; struct gendisk *p; int nr=0; -#ifdef MACH - linux_intr_pri = SPL6; -#endif for (c = kernel_cmdline; c; ) { @@ -809,9 +806,6 @@ void device_setup(void) scsi_dev_init(); #endif #ifdef CONFIG_INET -#ifdef MACH - linux_intr_pri = SPL6; -#endif net_dev_init(); #endif #ifndef MACH |