2.1.63 F00F patch

ganesh@cse.iitb.ernet.in
Thu, 13 Nov 1997 04:40:32 +0530 (IST)


Hi,
small bug in the F00F patch in 2.1.63. This fixes it.
-- ganesh

--- linux/arch/i386/mm/fault.c.ORG Thu Nov 13 04:45:51 1997
+++ linux/arch/i386/mm/fault.c Thu Nov 13 04:41:10 1997
@@ -205,7 +205,6 @@

handler = (void (*) (void)) ((low&0x0000ffff) | (high&0xffff0000));
printk("<handler %p... ", handler);
- unlock_kernel();

if (handler==divide_error)
do_divide_error(regs,error_code);