Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64690
b: refs/heads/master
c: f740e6c
h: refs/heads/master
v: v3
  • Loading branch information
Kenji Kaneshige authored and Tony Luck committed Aug 28, 2007
1 parent 49e5eb8 commit ce6ccb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17764d2437b0c4440e0718205f2c26dbaa72bc27
refs/heads/master: f740e6c9c55cac6ab0a7d44a464b54467cca4f4f
5 changes: 5 additions & 0 deletions trunk/arch/ia64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,11 @@ cpu_init (void)

/* clear TPR & XTP to enable all interrupt classes: */
ia64_setreg(_IA64_REG_CR_TPR, 0);

/* Clear any pending interrupts left by SAL/EFI */
while (ia64_get_ivr() != IA64_SPURIOUS_INT_VECTOR)
ia64_eoi();

#ifdef CONFIG_SMP
normal_xtp();
#endif
Expand Down

0 comments on commit ce6ccb4

Please sign in to comment.