From: Sricharan R Date: Tue, 29 Oct 2013 06:29:56 +0000 (+0100) Subject: ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align keyword X-Git-Tag: v3.13-rc1~103^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830fd4d6de1785942e34babe0a8984f72b534b25;p=pandora-kernel.git ARM: 7870/1: head: Fix the missing underscore in __ARMEB__ macro and .align keyword Commit 'f52bb722547f43caeaecbcc62db9f3c3b80ead9b' Author: Sricharan R ARM: mm: Correct virt_to_phys patching for 64 bit physical addresses introduced a __ARMEB__ macro usage in a new place, but missed the second underscore. So correcting it here. Also a explicit .align keyword is needed for the label with .long data-type to be aligned on the 4 byte boundary. Otherwise this can cause problem for thumb2 build. So adding it here. Signed-off-by: Sricharan R Signed-off-by: Russell King --- Reading git-diff-tree failed