Re: [PATCH] MIPS: X1000: Add X1000 system type.

2019-07-30 Thread Paul Burton
Hello, Zhou Yanjie wrote: > Add X1000 system type for cat /proc/cpuinfo to give out X1000. > > Signed-off-by: Zhou Yanjie Applied to mips-next. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then please email paul.bur...@mips.com to report it. ]

[PATCH] MIPS: X1000: Add X1000 system type.

2019-07-30 Thread Zhou Yanjie
Add X1000 system type for cat /proc/cpuinfo to give out X1000. Signed-off-by: Zhou Yanjie --- arch/mips/include/asm/bootinfo.h | 1 + arch/mips/include/asm/cpu.h | 2 +- arch/mips/jz4740/setup.c | 4 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/mips/includ