diff options
author | Andres Salomon <dilinger@collabora.co.uk> | 2009-12-14 21:00:39 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 11:53:28 -0500 |
commit | 2e8c12436f540d3c40137ebf10268803dc972f6a (patch) | |
tree | 136bc34d4c88336f2dc09784406fea40ac6dfb0e /include/linux/cs5535.h | |
parent | c30d7d2b9987e189bc6d5ec6635785b91a6ee81e (diff) |
cs5535: move the DIVIL MSR definition into linux/cs5535.h
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>
Diffstat (limited to 'include/linux/cs5535.h')
-rw-r--r-- | include/linux/cs5535.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cs5535.h b/include/linux/cs5535.h index 30ecb04fa570..39e93e8ed95d 100644 --- a/include/linux/cs5535.h +++ b/include/linux/cs5535.h | |||
@@ -18,6 +18,8 @@ | |||
18 | #define MSR_LBAR_ACPI 0x5140000E | 18 | #define MSR_LBAR_ACPI 0x5140000E |
19 | #define MSR_LBAR_PMS 0x5140000F | 19 | #define MSR_LBAR_PMS 0x5140000F |
20 | 20 | ||
21 | #define MSR_DIVIL_SOFT_RESET 0x51400017 | ||
22 | |||
21 | #define MSR_PIC_YSEL_LOW 0x51400020 | 23 | #define MSR_PIC_YSEL_LOW 0x51400020 |
22 | #define MSR_PIC_YSEL_HIGH 0x51400021 | 24 | #define MSR_PIC_YSEL_HIGH 0x51400021 |
23 | #define MSR_PIC_ZSEL_LOW 0x51400022 | 25 | #define MSR_PIC_ZSEL_LOW 0x51400022 |