Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62366
b: refs/heads/master
c: bef9f9d
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wright authored and Linus Torvalds committed Jul 22, 2007
1 parent c9f7a7e commit d0912b9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 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: 8180a550284bf2c8e13414082fc20b8983c2c401
refs/heads/master: bef9f9de32ec201ea5372caf2c76e7c71f80ee35
11 changes: 0 additions & 11 deletions trunk/include/asm-i386/i8253.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,4 @@ extern spinlock_t i8253_lock;

extern struct clock_event_device *global_clock_event;

/**
* pit_interrupt_hook - hook into timer tick
* @regs: standard registers from interrupt
*
* Call the global clock event handler.
**/
static inline void pit_interrupt_hook(void)
{
global_clock_event->event_handler(global_clock_event);
}

#endif /* __ASM_I8253_H__ */
2 changes: 1 addition & 1 deletion trunk/include/asm-i386/mach-default/do_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

static inline void do_timer_interrupt_hook(void)
{
pit_interrupt_hook();
global_clock_event->event_handler(global_clock_event);
}
2 changes: 1 addition & 1 deletion trunk/include/asm-i386/mach-voyager/do_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
**/
static inline void do_timer_interrupt_hook(void)
{
pit_interrupt_hook();
global_clock_event->event_handler(global_clock_event);
voyager_timer_interrupt();
}

0 comments on commit d0912b9

Please sign in to comment.