Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39078
b: refs/heads/master
c: e317c8c
h: refs/heads/master
v: v3
  • Loading branch information
Frederik Deweerdt authored and Linus Torvalds committed Oct 6, 2006
1 parent 2bf8573 commit f375e8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7696ee3c050a76a6cebccdbadfc93896b336e44
refs/heads/master: e317c8ccaaf900abf39cc3240e4dc5ba82a3cc67
3 changes: 2 additions & 1 deletion trunk/arch/arm/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/profile.h>
#include <linux/sysdev.h>
#include <linux/timer.h>
#include <linux/irq.h>

#include <asm/leds.h>
#include <asm/thread_info.h>
Expand Down Expand Up @@ -327,7 +328,7 @@ EXPORT_SYMBOL(restore_time_delta);
void timer_tick(void)
{
struct pt_regs *regs = get_irq_regs();
profile_tick(CPU_PROFILING, regs);
profile_tick(CPU_PROFILING);
do_leds();
do_set_rtc();
do_timer(1);
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/irq/resend.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static void resend_irqs(unsigned long arg)
clear_bit(irq, irqs_resend);
desc = irq_desc + irq;
local_irq_disable();
desc->handle_irq(irq, desc, NULL);
desc->handle_irq(irq, desc);
local_irq_enable();
}
}
Expand Down

0 comments on commit f375e8d

Please sign in to comment.