diff options
| author | Brian Gerst <bgerst@didntduck.org> | 2003-01-12 16:36:55 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-01-12 16:36:55 -0800 |
| commit | 9b2ea4ae636d28dfb97c742c3449ee25bca2ff38 (patch) | |
| tree | 4ffb099aad5225519dfa96f08a0c7556692caa04 /include | |
| parent | 8e517818bb290752c7be4240ee82390e342b2f53 (diff) | |
[PATCH] Fix PnP BIOS fault handling
Check for PnP BIOS in all fault paths, not just in do_trap().
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/uaccess.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
