From: Russell King Date: Fri, 18 Mar 2011 23:48:03 +0000 (-0700) Subject: ARM: bitops: ensure set/clear/change bitops take a word-aligned pointer X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f165807d55d2ebdc92b7a981139206069a5add47;p=pandora-kernel.git ARM: bitops: ensure set/clear/change bitops take a word-aligned pointer Add additional instructions to our assembly bitops functions to ensure that they only operate on word-aligned pointers. This will be necessary when we switch these operations to use the word-based exclusive operations. Signed-off-by: Russell King --- Reading git-diff-tree failed