diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:37:58 -0400 | 
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:37:58 -0400 | 
| commit | 5a2cec83a9bb1b4295aa8ab728fcb8ca1811a33c (patch) | |
| tree | 2f83dc6949763e77cf6422e696dc6146684dcf4e /arch/i386/mm/fault.c | |
| parent | f2c853bca542f5ac0b036377637192a74f2091c2 (diff) | |
| parent | caf39e87cc1182f7dae84eefc43ca14d54c78ef9 (diff) | |
Merge /spare/repo/linux-2.6/ 
Diffstat (limited to 'arch/i386/mm/fault.c')
| -rw-r--r-- | arch/i386/mm/fault.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/arch/i386/mm/fault.c b/arch/i386/mm/fault.c index 411b8500ad1b..9edd4485b91e 100644 --- a/arch/i386/mm/fault.c +++ b/arch/i386/mm/fault.c | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | #include <linux/vt_kern.h> /* For unblank_screen() */ | 21 | #include <linux/vt_kern.h> /* For unblank_screen() */ | 
| 22 | #include <linux/highmem.h> | 22 | #include <linux/highmem.h> | 
| 23 | #include <linux/module.h> | 23 | #include <linux/module.h> | 
| 24 | #include <linux/kprobes.h> | ||
| 24 | 25 | ||
| 25 | #include <asm/system.h> | 26 | #include <asm/system.h> | 
| 26 | #include <asm/uaccess.h> | 27 | #include <asm/uaccess.h> | 
| @@ -223,7 +224,8 @@ fastcall void do_invalid_op(struct pt_regs *, unsigned long); | |||
| 223 | * bit 1 == 0 means read, 1 means write | 224 | * bit 1 == 0 means read, 1 means write | 
| 224 | * bit 2 == 0 means kernel, 1 means user-mode | 225 | * bit 2 == 0 means kernel, 1 means user-mode | 
| 225 | */ | 226 | */ | 
| 226 | fastcall void do_page_fault(struct pt_regs *regs, unsigned long error_code) | 227 | fastcall void __kprobes do_page_fault(struct pt_regs *regs, | 
| 228 | unsigned long error_code) | ||
| 227 | { | 229 | { | 
| 228 | struct task_struct *tsk; | 230 | struct task_struct *tsk; | 
| 229 | struct mm_struct *mm; | 231 | struct mm_struct *mm; | 
