Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138647
b: refs/heads/master
c: df20e2e
h: refs/heads/master
i:
  138645: 3956b76
  138643: 34fe7f8
  138639: 20ff9ad
v: v3
  • Loading branch information
H. Peter Anvin committed Feb 24, 2009
1 parent 79c4497 commit 9fecad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 88ccbedd9ca85d1aca6a6f99df48dce87b7c02d4
refs/heads/master: df20e2eb3e59b8625021a1bc8b1b53a4edc6008b
10 changes: 5 additions & 5 deletions trunk/arch/x86/kernel/cpu/mcheck/mce_intel_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static DEFINE_SPINLOCK(cmci_discover_lock);

#define CMCI_THRESHOLD 1

static __cpuinit int cmci_supported(int *banks)
static int cmci_supported(int *banks)
{
u64 cap;

Expand Down Expand Up @@ -147,7 +147,7 @@ static void print_update(char *type, int *hdr, int num)
* on this CPU. Use the algorithm recommended in the SDM to discover shared
* banks.
*/
static __cpuinit void cmci_discover(int banks, int boot)
static void cmci_discover(int banks, int boot)
{
unsigned long *owned = (void *)&__get_cpu_var(mce_banks_owned);
int hdr = 0;
Expand Down Expand Up @@ -192,7 +192,7 @@ static __cpuinit void cmci_discover(int banks, int boot)
* Just in case we missed an event during initialization check
* all the CMCI owned banks.
*/
__cpuinit void cmci_recheck(void)
void cmci_recheck(void)
{
unsigned long flags;
int banks;
Expand All @@ -208,7 +208,7 @@ __cpuinit void cmci_recheck(void)
* Disable CMCI on this CPU for all banks it owns when it goes down.
* This allows other CPUs to claim the banks on rediscovery.
*/
void __cpuexit cmci_clear(void)
void cmci_clear(void)
{
int i;
int banks;
Expand All @@ -233,7 +233,7 @@ void __cpuexit cmci_clear(void)
* After a CPU went down cycle through all the others and rediscover
* Must run in process context.
*/
void __cpuexit cmci_rediscover(int dying)
void cmci_rediscover(int dying)
{
int banks;
int cpu;
Expand Down

0 comments on commit 9fecad7

Please sign in to comment.