summaryrefslogtreecommitdiff
path: root/target/linux/x86/patches-3.7/010-rdc_cpu_ident.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-18 15:13:31 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-18 15:13:31 +0000
commit8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64 (patch)
tree3df2b47f3587083c82f47e68c586d41cc2c663ba /target/linux/x86/patches-3.7/010-rdc_cpu_ident.patch
parentb2caa5db248f8a212de2c0adc9835d2949db75ff (diff)
downloadmtk-20170518-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.zip
mtk-20170518-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.tar.gz
mtk-20170518-8903f8581b25e9ba7eb7ce2e7a246f9dc59fbc64.tar.bz2
kernel: update linux 3.7 to 3.7.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34760
Diffstat (limited to 'target/linux/x86/patches-3.7/010-rdc_cpu_ident.patch')
-rw-r--r--target/linux/x86/patches-3.7/010-rdc_cpu_ident.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/x86/patches-3.7/010-rdc_cpu_ident.patch b/target/linux/x86/patches-3.7/010-rdc_cpu_ident.patch
index 0f2314a..88e3482 100644
--- a/target/linux/x86/patches-3.7/010-rdc_cpu_ident.patch
+++ b/target/linux/x86/patches-3.7/010-rdc_cpu_ident.patch
@@ -72,7 +72,7 @@
+
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
-@@ -464,6 +464,7 @@ config X86_RDC321X
+@@ -460,6 +460,7 @@ config X86_RDC321X
bool "RDC R-321x SoC"
depends on X86_32
depends on X86_EXTENDED_PLATFORM
@@ -82,7 +82,7 @@
select EMBEDDED
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
-@@ -119,7 +119,8 @@ struct cpuinfo_x86 {
+@@ -141,7 +141,8 @@ struct cpuinfo_x86 {
#define X86_VENDOR_CENTAUR 5
#define X86_VENDOR_TRANSMETA 7
#define X86_VENDOR_NSC 8
@@ -94,7 +94,7 @@
--- a/arch/x86/kernel/cpu/Makefile
+++ b/arch/x86/kernel/cpu/Makefile
-@@ -26,6 +26,7 @@ obj-$(CONFIG_CPU_SUP_CYRIX_32) += cyrix
+@@ -27,6 +27,7 @@ obj-$(CONFIG_CPU_SUP_CYRIX_32) += cyrix
obj-$(CONFIG_CPU_SUP_CENTAUR) += centaur.o
obj-$(CONFIG_CPU_SUP_TRANSMETA_32) += transmeta.o
obj-$(CONFIG_CPU_SUP_UMC_32) += umc.o