From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 19 Jan 2016 16:27:49 +0100 Subject: CONFIG_CPU_SW_DOMAIN_PAN breakage on ARM11 MPCore In-Reply-To: <569E0796.9000302@openwrt.org> References: <569D71F3.7000408@openwrt.org> <20160119093845.GJ19062@n2100.arm.linux.org.uk> <569E0796.9000302@openwrt.org> Message-ID: <12866783.yJ1maoGsrz@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 19 January 2016 10:53:26 Felix Fietkau wrote: > root at OpenWrt:~# cat /proc/cpuinfo > processor : 0 > model name : ARMv6-compatible processor rev 4 (v6l) > BogoMIPS : 238.38 > Features : half thumb fastmult vfp edsp java tls > CPU implementer : 0x41 > CPU architecture: 7 > CPU variant : 0x0 > CPU part : 0xb02 > CPU revision : 4 > > processor : 1 > model name : ARMv6-compatible processor rev 4 (v6l) > BogoMIPS : 239.61 > Features : half thumb fastmult vfp edsp java tls > CPU implementer : 0x41 > CPU architecture: 7 > CPU variant : 0x0 > CPU part : 0xb02 > CPU revision : 4 I guess this means you run with the SMP patches from OpenWRT, while upstream only supports uniprocessor mode and presumably doesn't have this problem, right? I see that Oxnas (supported in OpenWRT but not upstream) has the slightly newer ARM11mpcore variant 0 / revision 5 ID. Is it easy for you to test if this has the same problem? Interestingly, the documentation at http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0360f/I65012.html lists variant:0/revision:4 as the reported values for both r2p0 and r1p0 and it does not list any core having variant:0/revision:5. Arnd