ARM: bitops: ensure set/clear/change bitops take a word-aligned pointer
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 18 Mar 2011 23:48:03 +0000 (16:48 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 18 Mar 2011 23:48:03 +0000 (16:48 -0700)
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