From: Jean Delvare Date: Fri, 22 Dec 2006 09:10:19 +0000 (-0800) Subject: [PATCH] microcode: fix mc_cpu_notifier section warning X-Git-Tag: v2.6.20-rc2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be31f9cbc809dae0bcdd39211c33c6882a7b0c9e;p=pandora-kernel.git [PATCH] microcode: fix mc_cpu_notifier section warning Structure mc_cpu_notifier references a __cpuinit function, but isn't declared __cpuinitdata itself: WARNING: arch/i386/kernel/microcode.o - Section mismatch: reference to .init.text: from .data after 'mc_cpu_notifier' (at offset 0x118) Signed-off-by: Jean Delvare Cc: Tigran Aivazian Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed