From: Russell King Date: Sun, 16 Jan 2011 17:59:44 +0000 (+0000) Subject: ARM: bitops: ensure set/clear/change bitops take a word-aligned pointer X-Git-Tag: v2.6.39-rc1~463^2~1^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a16ede35a2659170c855c5d267776666c0630f1f;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