Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82015
b: refs/heads/master
c: c72258c
h: refs/heads/master
i:
  82013: 50db3fe
  82011: 7af0c95
  82007: 66bb3c1
  81999: d1d53ca
  81983: 2e6157e
v: v3
  • Loading branch information
Sam Ravnborg authored and Ingo Molnar committed Feb 1, 2008
1 parent 7058ebf commit 68d6296
Show file tree
Hide file tree
Showing 4 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: 69e97c028b25ef10018d513ead6e7caad276e19f
refs/heads/master: c72258c7c9de448d5ea826ec6b4737eccbaa6718
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static int __cpuinit cpuid_class_cpu_callback(struct notifier_block *nfb,
return err ? NOTIFY_BAD : NOTIFY_OK;
}

static struct notifier_block __cpuinitdata cpuid_class_cpu_notifier =
static struct notifier_block __refdata cpuid_class_cpu_notifier =
{
.notifier_call = cpuid_class_cpu_callback,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/microcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ mc_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu)
return NOTIFY_OK;
}

static struct notifier_block __cpuinitdata mc_cpu_notifier = {
static struct notifier_block __refdata mc_cpu_notifier = {
.notifier_call = mc_cpu_callback,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/msr.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static int __cpuinit msr_class_cpu_callback(struct notifier_block *nfb,
return err ? NOTIFY_BAD : NOTIFY_OK;
}

static struct notifier_block __cpuinitdata msr_class_cpu_notifier = {
static struct notifier_block __refdata msr_class_cpu_notifier = {
.notifier_call = msr_class_cpu_callback,
};

Expand Down

0 comments on commit 68d6296

Please sign in to comment.