diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-08 09:44:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-08 15:32:36 -0400 |
commit | 4fa1970a23bf8fc68e86b65a87c32556e20a6be6 (patch) | |
tree | b6b46dd929623c302b3c3732cbeb5dbff2f7e95f /include | |
parent | 3dbb8c62897f96bbf5d4e4fe649e5d3791fc33c5 (diff) |
[PATCH] alpha pt_regs cleanups: machine_check()
do set_irq_regs() in caller, kill pt_regs argument.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-alpha/machvec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-alpha/machvec.h b/include/asm-alpha/machvec.h index 7ae744240f80..a86c083cdf7f 100644 --- a/include/asm-alpha/machvec.h +++ b/include/asm-alpha/machvec.h | |||
@@ -15,7 +15,6 @@ | |||
15 | 15 | ||
16 | struct task_struct; | 16 | struct task_struct; |
17 | struct mm_struct; | 17 | struct mm_struct; |
18 | struct pt_regs; | ||
19 | struct vm_area_struct; | 18 | struct vm_area_struct; |
20 | struct linux_hose_info; | 19 | struct linux_hose_info; |
21 | struct pci_dev; | 20 | struct pci_dev; |
@@ -80,7 +79,7 @@ struct alpha_machine_vector | |||
80 | void (*update_irq_hw)(unsigned long, unsigned long, int); | 79 | void (*update_irq_hw)(unsigned long, unsigned long, int); |
81 | void (*ack_irq)(unsigned long); | 80 | void (*ack_irq)(unsigned long); |
82 | void (*device_interrupt)(unsigned long vector); | 81 | void (*device_interrupt)(unsigned long vector); |
83 | void (*machine_check)(u64 vector, u64 la, struct pt_regs *regs); | 82 | void (*machine_check)(u64 vector, u64 la); |
84 | 83 | ||
85 | void (*smp_callin)(void); | 84 | void (*smp_callin)(void); |
86 | void (*init_arch)(void); | 85 | void (*init_arch)(void); |