ARM: bitops: ensure set/clear/change bitops take a word-aligned pointer
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 16 Jan 2011 17:59:44 +0000 (17:59 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 2 Feb 2011 21:21:53 +0000 (21:21 +0000)
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