Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138638
b: refs/heads/master
c: ec5b3d3
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Feb 23, 2009
1 parent 54808cc commit ff31431
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f6d1826dfad0d15fd14a455facc80b91f2ee642f
refs/heads/master: ec5b3d32437571b8a742069a4cfd04edb6b6eda5
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/cpu/mcheck/mce_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ static void mce_init(void *dummy)
}

/* Add per CPU specific workarounds here */
static void __cpuinit mce_cpu_quirks(struct cpuinfo_x86 *c)
static void mce_cpu_quirks(struct cpuinfo_x86 *c)
{
/* This should be disabled by the BIOS, but isn't always */
if (c->x86_vendor == X86_VENDOR_AMD) {
Expand Down Expand Up @@ -1056,7 +1056,7 @@ static __cpuinit void mce_remove_device(unsigned int cpu)
}

/* Make sure there are no machine checks on offlined CPUs. */
static void __cpuexit mce_disable_cpu(void *h)
static void mce_disable_cpu(void *h)
{
int i;

Expand All @@ -1066,7 +1066,7 @@ static void __cpuexit mce_disable_cpu(void *h)
wrmsrl(MSR_IA32_MC0_CTL + i*4, 0);
}

static void __cpuexit mce_reenable_cpu(void *h)
static void mce_reenable_cpu(void *h)
{
int i;

Expand Down

0 comments on commit ff31431

Please sign in to comment.