From 9b2ea4ae636d28dfb97c742c3449ee25bca2ff38 Mon Sep 17 00:00:00 2001 From: Brian Gerst Date: Sun, 12 Jan 2003 16:36:55 -0800 Subject: [PATCH] Fix PnP BIOS fault handling Check for PnP BIOS in all fault paths, not just in do_trap(). --- include/asm-i386/uaccess.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/asm-i386/uaccess.h b/include/asm-i386/uaccess.h index c919c504dca3..a3c50a5ecdfe 100644 --- a/include/asm-i386/uaccess.h +++ b/include/asm-i386/uaccess.h @@ -92,6 +92,8 @@ struct exception_table_entry unsigned long insn, fixup; }; +extern int fixup_exception(struct pt_regs *regs); + /* * These are the main single-value transfer routines. They automatically * use the right size if we just have the right pointer type. -- cgit v1.2.3