diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 19:00:31 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 19:15:28 -0400 |
| commit | 6dab2f4564b3dc8747452e256fb779f320ff5650 (patch) | |
| tree | ecde52d0bd23beaca6404bb3cfa29af3ebbb5b2d /include/asm-mips/dec | |
| parent | 65542070de7d6cd307657a71ab1712a6c58c0889 (diff) | |
[MIPS] DEC: pt_regs fixes for buserror handlers
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/dec')
| -rw-r--r-- | include/asm-mips/dec/ecc.h | 3 | ||||
| -rw-r--r-- | include/asm-mips/dec/kn01.h | 3 | ||||
| -rw-r--r-- | include/asm-mips/dec/kn02xa.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/include/asm-mips/dec/ecc.h b/include/asm-mips/dec/ecc.h index 19495a490e72..707ffdbc9add 100644 --- a/include/asm-mips/dec/ecc.h +++ b/include/asm-mips/dec/ecc.h | |||
| @@ -49,8 +49,7 @@ struct pt_regs; | |||
| 49 | 49 | ||
| 50 | extern void dec_ecc_be_init(void); | 50 | extern void dec_ecc_be_init(void); |
| 51 | extern int dec_ecc_be_handler(struct pt_regs *regs, int is_fixup); | 51 | extern int dec_ecc_be_handler(struct pt_regs *regs, int is_fixup); |
| 52 | extern irqreturn_t dec_ecc_be_interrupt(int irq, void *dev_id, | 52 | extern irqreturn_t dec_ecc_be_interrupt(int irq, void *dev_id); |
| 53 | struct pt_regs *regs); | ||
| 54 | #endif | 53 | #endif |
| 55 | 54 | ||
| 56 | #endif /* __ASM_MIPS_DEC_ECC_H */ | 55 | #endif /* __ASM_MIPS_DEC_ECC_H */ |
diff --git a/include/asm-mips/dec/kn01.h b/include/asm-mips/dec/kn01.h index eb522aa1e226..28fa717ac423 100644 --- a/include/asm-mips/dec/kn01.h +++ b/include/asm-mips/dec/kn01.h | |||
| @@ -84,8 +84,7 @@ extern spinlock_t kn01_lock; | |||
| 84 | 84 | ||
| 85 | extern void dec_kn01_be_init(void); | 85 | extern void dec_kn01_be_init(void); |
| 86 | extern int dec_kn01_be_handler(struct pt_regs *regs, int is_fixup); | 86 | extern int dec_kn01_be_handler(struct pt_regs *regs, int is_fixup); |
| 87 | extern irqreturn_t dec_kn01_be_interrupt(int irq, void *dev_id, | 87 | extern irqreturn_t dec_kn01_be_interrupt(int irq, void *dev_id); |
| 88 | struct pt_regs *regs); | ||
| 89 | #endif | 88 | #endif |
| 90 | 89 | ||
| 91 | #endif /* __ASM_MIPS_DEC_KN01_H */ | 90 | #endif /* __ASM_MIPS_DEC_KN01_H */ |
diff --git a/include/asm-mips/dec/kn02xa.h b/include/asm-mips/dec/kn02xa.h index a25f3d7da7f7..b56b4577f6ef 100644 --- a/include/asm-mips/dec/kn02xa.h +++ b/include/asm-mips/dec/kn02xa.h | |||
| @@ -78,8 +78,7 @@ struct pt_regs; | |||
| 78 | 78 | ||
| 79 | extern void dec_kn02xa_be_init(void); | 79 | extern void dec_kn02xa_be_init(void); |
| 80 | extern int dec_kn02xa_be_handler(struct pt_regs *regs, int is_fixup); | 80 | extern int dec_kn02xa_be_handler(struct pt_regs *regs, int is_fixup); |
| 81 | extern irqreturn_t dec_kn02xa_be_interrupt(int irq, void *dev_id, | 81 | extern irqreturn_t dec_kn02xa_be_interrupt(int irq, void *dev_id); |
| 82 | struct pt_regs *regs); | ||
| 83 | #endif | 82 | #endif |
| 84 | 83 | ||
| 85 | #endif /* __ASM_MIPS_DEC_KN02XA_H */ | 84 | #endif /* __ASM_MIPS_DEC_KN02XA_H */ |
