From: Russell King - ARM Linux Date: Tue, 18 Jan 2011 22:43: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=9d43345a15adc19e91ff37c97f7cf440f203ba0e;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