ARM: bitops: ensure set/clear/change bitops take a word-aligned pointer
authorRussell King - ARM Linux <linux@arm.linux.org.uk>
Wed, 19 Jan 2011 22:03:48 +0000 (14:03 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 19 Jan 2011 22:03:48 +0000 (14:03 -0800)
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 <rmk+kernel@arm.linux.org.uk>

No differences found