diff options
| author | 2006-09-28 22:20:39 +0100 | |
|---|---|---|
| committer | 2006-09-28 22:20:39 +0100 | |
| commit | 250d375d1da45a5e08ab8baf5eaa7eb258afd82b (patch) | |
| tree | fb5dc6df00065f11578f837835c6d5a99530b223 /arch/arm/mm/fault.h | |
| parent | [ARM] 3856/1: Add clocksource for Intel IXP4xx platforms (diff) | |
| parent | [ARM] nommu: confirms the CR_V bit in nommu mode (diff) | |
| download | wireguard-linux-250d375d1da45a5e08ab8baf5eaa7eb258afd82b.tar.xz wireguard-linux-250d375d1da45a5e08ab8baf5eaa7eb258afd82b.zip | |
Merge nommu branch
Diffstat (limited to 'arch/arm/mm/fault.h')
| -rw-r--r-- | arch/arm/mm/fault.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mm/fault.h b/arch/arm/mm/fault.h index 73b59e83227f..49e9e3804de4 100644 --- a/arch/arm/mm/fault.h +++ b/arch/arm/mm/fault.h @@ -1,6 +1,3 @@ -void do_bad_area(struct task_struct *tsk, struct mm_struct *mm, - unsigned long addr, unsigned int fsr, struct pt_regs *regs); - -void show_pte(struct mm_struct *mm, unsigned long addr); +void do_bad_area(unsigned long addr, unsigned int fsr, struct pt_regs *regs); unsigned long search_exception_table(unsigned long addr); |
