]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
cs5535: move the DIVIL MSR definition into linux/cs5535.h
authorAndres Salomon <dilinger@collabora.co.uk>
Tue, 15 Dec 2009 02:00:39 +0000 (18:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:28 +0000 (08:53 -0800)
The only thing that uses this is the reboot_fixups code.

Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
Cc: Jordan Crouse <jordan@cosmicpenguin.net>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Chris Ball <cjb@laptop.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/geode.h
arch/x86/kernel/reboot_fixups_32.c
include/linux/cs5535.h

index 547e9642642ab2a59391ddbe6753db0a4565472c..976b3f11c00977783616c3ba8b258cecb4bd3393 100644 (file)
@@ -45,8 +45,6 @@ extern int geode_get_dev_base(unsigned int dev);
 #define MSR_LBAR_ACPI          0x5140000E
 #define MSR_LBAR_PMS           0x5140000F
 
-#define MSR_DIVIL_SOFT_RESET   0x51400017
-
 #define MSR_LX_SPARE_MSR       0x80000011      /* DC-specific */
 
 #define MSR_GX_GLD_MSR_CONFIG  0xC0002001
index 201eab63b05fda18954dc111f7c15b44c0eafddf..fda313ebbb03dfc98d5d0f953a1b99846e25dc9a 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/interrupt.h>
 #include <asm/reboot_fixups.h>
 #include <asm/msr.h>
-#include <asm/geode.h>
+#include <linux/cs5535.h>
 
 static void cs5530a_warm_reset(struct pci_dev *dev)
 {
index 30ecb04fa570fed2230dca7aa53ac16fac85df63..39e93e8ed95d98d36102a87a7781f35985d2935e 100644 (file)
@@ -18,6 +18,8 @@
 #define MSR_LBAR_ACPI          0x5140000E
 #define MSR_LBAR_PMS           0x5140000F
 
+#define MSR_DIVIL_SOFT_RESET   0x51400017
+
 #define MSR_PIC_YSEL_LOW       0x51400020
 #define MSR_PIC_YSEL_HIGH      0x51400021
 #define MSR_PIC_ZSEL_LOW       0x51400022