commit | bf8b9a63c18a1a7777571650de0c9f4fd4368ca0 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | Fri May 08 20:53:58 2009 +0530 |
committer | H. Peter Anvin <hpa@zytor.com> | Fri May 08 10:43:24 2009 -0700 |
tree | f4eda26f7b5febc83510ffcba4cd427059b7f070 | |
parent | 643bec956544d376b7c2a80a3d5c3d0bf94da8d3 [diff] |
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>