commit | a16ede35a2659170c855c5d267776666c0630f1f | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Jan 16 17:59:44 2011 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Feb 02 21:21:53 2011 +0000 |
tree | 67773b1c9aac890cd5838a6d58983f2d8643a1ba | |
parent | e5310f611d17ed4e92e0d4e46fd9f6fb40e66df3 [diff] |
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 <rmk+kernel@arm.linux.org.uk>