diff options
author | James Bottomley <jejb@hobholes.localdomain> | 2006-10-13 07:25:03 +0400 |
---|---|---|
committer | James Bottomley <jejb@hobholes.localdomain> | 2006-10-13 07:25:03 +0400 |
commit | 81c06b10bcd4c7e8c88b4b425c55402b1d65fd0e (patch) | |
tree | 1c89c0514bfee769ccdd5cc5a7309f1bfc834008 /include/asm-i386 | |
parent | 58f07943b0ef1e59cbf9a45cdc727048d224637f (diff) | |
download | linux-81c06b10bcd4c7e8c88b4b425c55402b1d65fd0e.tar.xz |
[VOYAGER] fix up ptregs removal mess
Apparently whoever converted voyager never actually checked that the
patch would compile ...
Remove as much of the pt_regs references as possible and move the
remaining ones into line with what's in x86 generic.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/vic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/vic.h b/include/asm-i386/vic.h index 4abfcfb91eb8..53100f353612 100644 --- a/include/asm-i386/vic.h +++ b/include/asm-i386/vic.h @@ -58,4 +58,4 @@ static const int VIC_CPI_Registers[] = #define VIC_BOOT_INTERRUPT_MASK 0xfe -extern void smp_vic_timer_interrupt(struct pt_regs *regs); +extern void smp_vic_timer_interrupt(void); |