X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=arch%2Fi386%2Fboot%2Fpm.c;h=6be9ca811d177d936b328987992664eac232cd49;hb=8218d029c58b89837a24b4e1362c33d0ba7450b5;hp=1df025c732613fde1b8f79e20e740103e8433e1b;hpb=6a302358d87fedaf7bda12b8e909265ebf1ce674;p=safe%2Fjmp%2Flinux-2.6 diff --git a/arch/i386/boot/pm.c b/arch/i386/boot/pm.c index 1df025c..6be9ca8 100644 --- a/arch/i386/boot/pm.c +++ b/arch/i386/boot/pm.c @@ -80,7 +80,7 @@ static void move_kernel_around(void) */ static void mask_all_interrupts(void) { - outb(0xff, 0xa1); /* Mask all interrupts on the seconday PIC */ + outb(0xff, 0xa1); /* Mask all interrupts on the secondary PIC */ io_delay(); outb(0xfb, 0x21); /* Mask all but cascade on the primary PIC */ io_delay();