From mboxrd@z Thu Jan 1 00:00:00 1970 From: ben.dooks@codethink.co.uk (Ben Dooks) Date: Sun, 10 Feb 2013 14:17:52 +0000 Subject: [PATCH 2/2] ARM: mm: mm->context.id fix for big-endian In-Reply-To: <5117AB4A.6060109@mvista.com> References: <1360451709-19740-1-git-send-email-ben.dooks@codethink.co.uk> <1360451709-19740-3-git-send-email-ben.dooks@codethink.co.uk> <5117AB4A.6060109@mvista.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/02/2013 14:14, Sergei Shtylyov wrote: > Hello. > > On 10-02-2013 3:15, Ben Dooks wrote: > >> Since the new ASID code introduced in >> b5466f8728527a05a493cc4abe9e6f034a1bbaab > > Plase also specify that commit's summary in parens (or however you > like). > >> uses 64bit operations, when running in BE mode we see the values in >> mm->context.id swapped around as the lowest word is being stored in >> mm->context.id + 4, instead of + 0. > >> Signed-off-by: Ben Dooks > > WBR, Sergei Thanks, will sort that out and also take into account other feedback and put new patches out today. -- Ben