Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95746
b: refs/heads/master
c: 751fc78
h: refs/heads/master
v: v3
  • Loading branch information
Hidetoshi Seto authored and Tony Luck committed Apr 30, 2008
1 parent 499c114 commit e326e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 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: c5b5a5993234d4db2079e57e456bda5278ef59cf
refs/heads/master: 751fc7849d623bcd5e77fd494b01662599a8dccf
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ void fixup_irqs(void)
{
unsigned int irq;
extern void ia64_process_pending_intr(void);
extern void ia64_disable_timer(void);
extern volatile int time_keeper_id;

ia64_disable_timer();
/* Mask ITV to disable timer */
ia64_set_itv(1 << 16);

/*
* Find a new timesync master
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/ia64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,6 @@ static struct irqaction timer_irqaction = {
.name = "timer"
};

void __devinit ia64_disable_timer(void)
{
ia64_set_itv(1 << 16);
}

void __init
time_init (void)
{
Expand Down

0 comments on commit e326e36

Please sign in to comment.