[PATCH] x86 cpuid and msr notifier callback section mismatches
authorRandy Dunlap <rdunlap@xenotime.net>
Wed, 19 Apr 2006 05:21:14 +0000 (22:21 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 19 Apr 2006 16:13:50 +0000 (09:13 -0700)
commitefe87d2b822e42975b4da958c9d321cf89bfeb5a
tree1bdabc6a189d4f2cd97dc98983e3b87a5aa58cfe
parent1bb858f27eadc54e24dfa351fcae724cff426de2
[PATCH] x86 cpuid and msr notifier callback section mismatches

Fix section mismatch warnings in x86 cpuid and msr notifier callback
functions.  We can't have these as init (discarded) code.

WARNING: arch/x86_64/kernel/cpuid.o - Section mismatch: reference to .init.text: from .data between 'cpuid_class_cpu_notifier' (at offset 0x0) and 'cpuid_fops'
WARNING: arch/x86_64/kernel/msr.o - Section mismatch: reference to .init.text: from .data between 'msr_class_cpu_notifier' (at offset 0x0) and 'msr_fops'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/cpuid.c
arch/i386/kernel/msr.c