From: Russell King - ARM Linux Date: Fri, 28 Jan 2011 01:35:54 +0000 (-0800) 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=ee49653411fb14de552c766c33c647bdf33e6171;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