diff options
author | Lukas Gorris <lukas.gorris@gmail.com> | 2009-03-30 21:20:14 +0200 |
---|---|---|
committer | Lukas Gorris <lukas.gorris@gmail.com> | 2009-03-30 21:20:14 +0200 |
commit | a93dfebb9e7a34ffba9b1ae5e8e496dfab4c3c43 (patch) | |
tree | 6c38a4617c92398269e6603a0509fc3006811368 /recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c | |
parent | 4255898da29e7e0c521d064afedbc4075b3e8155 (diff) | |
parent | d7fdcef3d8c8b80926d579c2db179b594429cebe (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c')
-rw-r--r-- | recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c b/recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c new file mode 100644 index 0000000000..9db525850f --- /dev/null +++ b/recipes/linux/linux-wrt-2.4.30/010-arch_mips_kernel_proc_c @@ -0,0 +1,14 @@ +--- linux-mips-cvs/arch/mips/kernel/proc.c 2004-07-07 20:19:37.000000000 +0200 ++++ linux-broadcom/arch/mips/kernel/proc.c 2005-01-31 13:58:35.000000000 +0100 +@@ -78,9 +78,10 @@ + [CPU_AU1550] "Au1550", + [CPU_24K] "MIPS 24K", + [CPU_AU1200] "Au1200", ++ [CPU_BCM4710] "BCM4710", ++ [CPU_BCM3302] "BCM3302", + }; + +- + static int show_cpuinfo(struct seq_file *m, void *v) + { + unsigned int version = current_cpu_data.processor_id; |