From: Jaswinder Singh Rajput Date: Thu, 14 May 2009 06:51:54 +0000 (+0530) Subject: x86, mtrr: remove mtrr MSRs double declaration X-Git-Tag: v2.6.31-rc1~418^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654ac05801ae806661c8fdeb3b5c420a31cbc5b1;p=pandora-kernel.git x86, mtrr: remove mtrr MSRs double declaration Removed MTRR MSR from mtrr/mtrr.h as these are already declared in msr-index.h and nobody is using them: MTRRfix16K_A0000_MSR MTRRfix4K_C8000_MSR MTRRfix4K_D0000_MSR MTRRfix4K_D8000_MSR MTRRfix4K_E0000_MSR MTRRfix4K_E8000_MSR MTRRfix4K_F0000_MSR MTRRfix4K_F8000_MSR Use standard msr-index.h's MSR declaration and no need to declare again [ Impact: cleanup, no object code change ] Signed-off-by: Jaswinder Singh Rajput Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed