[PPC] Fix some irq breakage with ARCH=ppc

Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Paul Mackerras
2006-10-06 21:09:40 +10:00
parent 49f19ce401
commit 3211be5c6a
2 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ void timer_interrupt(struct pt_regs * regs)
while ((next_dec = tb_ticks_per_jiffy - tb_delta(&jiffy_stamp)) <= 0) {
jiffy_stamp += tb_ticks_per_jiffy;
profile_tick(CPU_PROFILING, regs);
profile_tick(CPU_PROFILING);
update_process_times(user_mode(regs));
if (smp_processor_id())