From: Russell King Date: Tue, 8 Mar 2011 22:43:08 +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=b4358a61db11bbb6e2d8ce29d985ae17fe60bc8e;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