aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/loongson/lemote-2f
diff options
context:
space:
mode:
authorWu Zhangjin <wuzhangjin@gmail.com>2009-11-16 11:58:15 -0500
committerRalf Baechle <ralf@linux-mips.org>2009-12-16 20:57:18 -0500
commit6e552c9b3aa7ba3be57b9569ec92a38af5c65e48 (patch)
tree9420a5bfaf739aab923842fd775ae28ddac49c5f /arch/mips/loongson/lemote-2f
parente13fb77661b62f49170ef30d707272c568f81681 (diff)
MIPS: Lemote 2F: Add Lynloong support
Add a new machtype and kernel options for the Lynloong. Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/657/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/loongson/lemote-2f')
-rw-r--r--arch/mips/loongson/lemote-2f/reset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/loongson/lemote-2f/reset.c b/arch/mips/loongson/lemote-2f/reset.c
index 980299dbeac3..44bb984d58dd 100644
--- a/arch/mips/loongson/lemote-2f/reset.c
+++ b/arch/mips/loongson/lemote-2f/reset.c
@@ -142,6 +142,7 @@ void mach_prepare_reboot(void)
142 switch (mips_machtype) { 142 switch (mips_machtype) {
143 case MACH_LEMOTE_FL2F: 143 case MACH_LEMOTE_FL2F:
144 case MACH_LEMOTE_NAS: 144 case MACH_LEMOTE_NAS:
145 case MACH_LEMOTE_LL2F:
145 fl2f_reboot(); 146 fl2f_reboot();
146 break; 147 break;
147 case MACH_LEMOTE_ML2F7: 148 case MACH_LEMOTE_ML2F7:
@@ -160,6 +161,7 @@ void mach_prepare_shutdown(void)
160 switch (mips_machtype) { 161 switch (mips_machtype) {
161 case MACH_LEMOTE_FL2F: 162 case MACH_LEMOTE_FL2F:
162 case MACH_LEMOTE_NAS: 163 case MACH_LEMOTE_NAS:
164 case MACH_LEMOTE_LL2F:
163 fl2f_shutdown(); 165 fl2f_shutdown();
164 break; 166 break;
165 case MACH_LEMOTE_ML2F7: 167 case MACH_LEMOTE_ML2F7: