x86: msr-index.h remove duplicate MSR C001_0015 declaration
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Fri, 8 May 2009 15:23:58 +0000 (20:53 +0530)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 8 May 2009 17:43:24 +0000 (10:43 -0700)
MSRC001_0015 Hardware Configuration Register (HWCR) is already defined
as MSR_K7_HWCR.

And HWCR is available for >= K7.

So MSR_K8_HWCR is not required and no-one is using it.

[ Impact: cleanup, no object code change ]

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

No differences found