X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=kernel%2Farch%2Fx86%2Fkernel%2Fcpuid.c;h=bd3507da39f01678257e3d8a65a3009ad1d1f6f1;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=83741a71558fb0a311fb1bb079e125f24435344a;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/arch/x86/kernel/cpuid.c b/kernel/arch/x86/kernel/cpuid.c index 83741a715..bd3507da3 100644 --- a/kernel/arch/x86/kernel/cpuid.c +++ b/kernel/arch/x86/kernel/cpuid.c @@ -170,7 +170,7 @@ static int cpuid_class_cpu_callback(struct notifier_block *nfb, return notifier_from_errno(err); } -static struct notifier_block __refdata cpuid_class_cpu_notifier = +static struct notifier_block cpuid_class_cpu_notifier = { .notifier_call = cpuid_class_cpu_callback, };