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)
commitbf8b9a63c18a1a7777571650de0c9f4fd4368ca0
treef4eda26f7b5febc83510ffcba4cd427059b7f070
parent643bec956544d376b7c2a80a3d5c3d0bf94da8d3
x86: msr-index.h remove duplicate MSR C001_0015 declaration

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>
arch/x86/include/asm/msr-index.h