mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[rdc] panic on unrecovered NMI, thanks rtz2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21232 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
Index: linux-2.6.32.10/arch/x86/mach-rdc321x/Makefile
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ linux-2.6.32.10/arch/x86/mach-rdc321x/Makefile 2010-04-28 11:39:32.000000000 +0200
|
||||
--- /dev/null
|
||||
+++ b/arch/x86/mach-rdc321x/Makefile
|
||||
@@ -0,0 +1,5 @@
|
||||
+#
|
||||
+# Makefile for the RDC321x specific parts of the kernel
|
||||
+#
|
||||
+obj-$(CONFIG_X86_RDC321X) := platform.o reboot.o boards/sitecom.o boards/ar525w.o boards/bifferboard.o boards/r8610.o
|
||||
+
|
||||
Index: linux-2.6.32.10/arch/x86/mach-rdc321x/platform.c
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ linux-2.6.32.10/arch/x86/mach-rdc321x/platform.c 2010-04-28 11:39:32.000000000 +0200
|
||||
--- /dev/null
|
||||
+++ b/arch/x86/mach-rdc321x/platform.c
|
||||
@@ -0,0 +1,115 @@
|
||||
+/*
|
||||
+ * Generic RDC321x platform devices
|
||||
@@ -128,10 +124,8 @@ Index: linux-2.6.32.10/arch/x86/mach-rdc321x/platform.c
|
||||
+ return platform_add_devices(rdc321x_devs, ARRAY_SIZE(rdc321x_devs));
|
||||
+}
|
||||
+late_initcall(rdc_board_setup);
|
||||
Index: linux-2.6.32.10/arch/x86/mach-rdc321x/boards/ar525w.c
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ linux-2.6.32.10/arch/x86/mach-rdc321x/boards/ar525w.c 2010-04-28 11:39:32.000000000 +0200
|
||||
--- /dev/null
|
||||
+++ b/arch/x86/mach-rdc321x/boards/ar525w.c
|
||||
@@ -0,0 +1,243 @@
|
||||
+/*
|
||||
+ * ar525w RDC321x platform devices
|
||||
@@ -376,10 +370,8 @@ Index: linux-2.6.32.10/arch/x86/mach-rdc321x/boards/ar525w.c
|
||||
+}
|
||||
+
|
||||
+arch_initcall(ar525w_setup);
|
||||
Index: linux-2.6.32.10/arch/x86/mach-rdc321x/boards/bifferboard.c
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ linux-2.6.32.10/arch/x86/mach-rdc321x/boards/bifferboard.c 2010-04-28 11:39:32.000000000 +0200
|
||||
--- /dev/null
|
||||
+++ b/arch/x86/mach-rdc321x/boards/bifferboard.c
|
||||
@@ -0,0 +1,81 @@
|
||||
+/*
|
||||
+ * Bifferboard RDC321x platform devices
|
||||
@@ -462,10 +454,8 @@ Index: linux-2.6.32.10/arch/x86/mach-rdc321x/boards/bifferboard.c
|
||||
+ return register_mtd_parser(&bifferboard_parser);
|
||||
+}
|
||||
+arch_initcall(bifferboard_setup);
|
||||
Index: linux-2.6.32.10/arch/x86/mach-rdc321x/boards/r8610.c
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ linux-2.6.32.10/arch/x86/mach-rdc321x/boards/r8610.c 2010-04-28 11:39:32.000000000 +0200
|
||||
--- /dev/null
|
||||
+++ b/arch/x86/mach-rdc321x/boards/r8610.c
|
||||
@@ -0,0 +1,65 @@
|
||||
+/*
|
||||
+ * R8610 RDC321x platform devices
|
||||
@@ -532,10 +522,8 @@ Index: linux-2.6.32.10/arch/x86/mach-rdc321x/boards/r8610.c
|
||||
+}
|
||||
+
|
||||
+arch_initcall(r8610_setup);
|
||||
Index: linux-2.6.32.10/arch/x86/mach-rdc321x/boards/sitecom.c
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ linux-2.6.32.10/arch/x86/mach-rdc321x/boards/sitecom.c 2010-04-28 11:39:32.000000000 +0200
|
||||
--- /dev/null
|
||||
+++ b/arch/x86/mach-rdc321x/boards/sitecom.c
|
||||
@@ -0,0 +1,111 @@
|
||||
+/*
|
||||
+ * Sitecom RDC321x platform devices
|
||||
@@ -648,10 +636,8 @@ Index: linux-2.6.32.10/arch/x86/mach-rdc321x/boards/sitecom.c
|
||||
+}
|
||||
+
|
||||
+arch_initcall(sitecom_setup);
|
||||
Index: linux-2.6.32.10/arch/x86/mach-rdc321x/reboot.c
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ linux-2.6.32.10/arch/x86/mach-rdc321x/reboot.c 2010-04-28 11:39:32.000000000 +0200
|
||||
--- /dev/null
|
||||
+++ b/arch/x86/mach-rdc321x/reboot.c
|
||||
@@ -0,0 +1,44 @@
|
||||
+/*
|
||||
+ * This program is free software; you can redistribute it and/or
|
||||
@@ -697,10 +683,8 @@ Index: linux-2.6.32.10/arch/x86/mach-rdc321x/reboot.c
|
||||
+}
|
||||
+
|
||||
+arch_initcall(rdc_setup_reset);
|
||||
Index: linux-2.6.32.10/arch/x86/include/asm/rdc_boards.h
|
||||
===================================================================
|
||||
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
|
||||
+++ linux-2.6.32.10/arch/x86/include/asm/rdc_boards.h 2010-04-28 11:39:32.000000000 +0200
|
||||
--- /dev/null
|
||||
+++ b/arch/x86/include/asm/rdc_boards.h
|
||||
@@ -0,0 +1,36 @@
|
||||
+/*
|
||||
+ * RDC321x boards
|
||||
|
||||
Reference in New Issue
Block a user