Re: [PATCH] MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUs
On Tue, Mar 21, 2017 at 02:39:19PM +, Matt Redfearn wrote: Thanks, applied. Ralf
[PATCH] MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUs
The vpe_mask member of struct core_boot_config is of type atomic_t, which is a 32bit type. In cps-vec.S this member was being retrieved by a PTR_L macro, which on 64bit systems is a 64bit load. On little endian systems this is OK, since the double word that is retrieved will have the required less