diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-10-02 14:24:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-10-02 14:24:17 +0000 |
commit | 1ac2bcd42239db640d22eff6fb10648e171700bb (patch) | |
tree | d9a0d063a087529b9b2a1ac129bad5915786210a /target | |
parent | 6278dd1093cdad3fe5e42b7b4f0902c383013ed7 (diff) | |
download | upstream-1ac2bcd42239db640d22eff6fb10648e171700bb.tar.gz upstream-1ac2bcd42239db640d22eff6fb10648e171700bb.tar.bz2 upstream-1ac2bcd42239db640d22eff6fb10648e171700bb.zip |
RDC vendor id is unknown
SVN-Revision: 9096
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rdc/patches/005-rdc_x86_cpu_type.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/patches/005-rdc_x86_cpu_type.patch b/target/linux/rdc/patches/005-rdc_x86_cpu_type.patch index 185ec13f7b..9e0eefb09e 100644 --- a/target/linux/rdc/patches/005-rdc_x86_cpu_type.patch +++ b/target/linux/rdc/patches/005-rdc_x86_cpu_type.patch @@ -16,7 +16,7 @@ diff -urN linux-2.6.22.1/arch/i386/kernel/cpu/Makefile linux-2.6.22.1.new/arch/i #define X86_VENDOR_TRANSMETA 7 #define X86_VENDOR_NSC 8 #define X86_VENDOR_NUM 9 -+#define X86_VENDOR_RDC 10 ++#define X86_VENDOR_RDC 0xff #define X86_VENDOR_UNKNOWN 0xff /* |