From: H. Peter Anvin Date: Fri, 4 Sep 2009 17:00:09 +0000 (-0700) Subject: x86, msr: change msr-reg.o to obj-y, and export its symbols X-Git-Tag: v2.6.32-rc1~711^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b19ae3999891cad21a3995c34d313dda5df014e2;p=pandora-kernel.git x86, msr: change msr-reg.o to obj-y, and export its symbols Change msr-reg.o to obj-y (it will be included in virtually every kernel since it is used by the initialization code for AMD processors) and add a separate C file to export its symbols to modules, so that msr.ko can use them; on uniprocessors we bypass the helper functions in msr.o and use the accessor functions directly via inlines. Signed-off-by: H. Peter Anvin LKML-Reference: <20090904140834.GA15789@elte.hu> Cc: Borislav Petkov --- Reading git-diff-tree failed