Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 init code fixlet from Ingo Molnar: "A single change: fix obsolete init code annotations" * 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86: Drop bogus __ref / __refdata annotations
This commit is contained in:
commit
0c0fee018d
7 changed files with 8 additions and 14 deletions
|
@ -459,7 +459,7 @@ mc_cpu_callback(struct notifier_block *nb, unsigned long action, void *hcpu)
|
|||
return NOTIFY_OK;
|
||||
}
|
||||
|
||||
static struct notifier_block __refdata mc_cpu_notifier = {
|
||||
static struct notifier_block mc_cpu_notifier = {
|
||||
.notifier_call = mc_cpu_callback,
|
||||
};
|
||||
|
||||
|
|
|
@ -390,7 +390,7 @@ static int collect_cpu_info_early(struct ucode_cpu_info *uci)
|
|||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
static void __ref show_saved_mc(void)
|
||||
static void show_saved_mc(void)
|
||||
{
|
||||
int i, j;
|
||||
unsigned int sig, pf, rev, total_size, data_size, date;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue