Re: Section mismatch warning patch - microcode.c

2008-02-02 Thread Sam Ravnborg
On Sat, Feb 02, 2008 at 04:39:02PM +0800, Peter Teoh wrote: > The following errors during compilation is corrected by the following > patch (against the latest linus tree): > > WARNING: arch/x86/kernel/microcode.o(.exit.text+0x6): Section mismatch > in reference from the function cleanup_module()

Section mismatch warning patch - microcode.c

2008-02-02 Thread Peter Teoh
The following errors during compilation is corrected by the following patch (against the latest linus tree): WARNING: arch/x86/kernel/microcode.o(.exit.text+0x6): Section mismatch in reference from the function cleanup_module() to the variable .cpuinit.data:mc_cpu_notifier Please comment. Thank