Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138653
b: refs/heads/master
c: 73af76d
h: refs/heads/master
i:
  138651: d6f2aac
v: v3
  • Loading branch information
Ingo Molnar committed Mar 4, 2009
1 parent 98ae989 commit cd419ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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: 2e22ea7cea0f7de86fd30df867fbf5b7e8eee0fd
refs/heads/master: 73af76dfd1f998dba71d8e8e785cbe77a990bf17
10 changes: 7 additions & 3 deletions trunk/arch/x86/kernel/cpu/mcheck/threshold.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/* Common corrected MCE threshold handler code */
#include <linux/kernel.h>
/*
* Common corrected MCE threshold handler code:
*/
#include <linux/interrupt.h>
#include <asm/mce.h>
#include <linux/kernel.h>

#include <asm/irq_vectors.h>
#include <asm/apic.h>
#include <asm/idle.h>
#include <asm/mce.h>

static void default_threshold_interrupt(void)
{
Expand Down

0 comments on commit cd419ea

Please sign in to comment.