Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1709
b: refs/heads/master
c: bb68c12
h: refs/heads/master
i:
  1707: ce03ac7
v: v3
  • Loading branch information
Russ Anderson authored and Tony Luck committed May 17, 2005
1 parent 64f753c commit 3866aff
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 056b5033fb8d16095fb074fc910fad90186374f3
refs/heads/master: bb68c12b40c3c745381d7ce61d7b2e371f157505
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/mca.c
Original file line number Diff line number Diff line change
Expand Up @@ -1390,8 +1390,7 @@ ia64_mca_init(void)
register_percpu_irq(IA64_MCA_WAKEUP_VECTOR, &mca_wkup_irqaction);

#ifdef CONFIG_ACPI
/* Setup the CPEI/P vector and handler */
cpe_vector = acpi_request_vector(ACPI_INTERRUPT_CPEI);
/* Setup the CPEI/P handler */
register_percpu_irq(IA64_CPEP_VECTOR, &mca_cpep_irqaction);
#endif

Expand Down Expand Up @@ -1436,6 +1435,7 @@ ia64_mca_late_init(void)

#ifdef CONFIG_ACPI
/* Setup the CPEI/P vector and handler */
cpe_vector = acpi_request_vector(ACPI_INTERRUPT_CPEI);
init_timer(&cpe_poll_timer);
cpe_poll_timer.function = ia64_mca_cpe_poll;

Expand Down

0 comments on commit 3866aff

Please sign in to comment.