]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: bitops
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 17 Apr 2005 14:51:02 +0000 (15:51 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 17 Apr 2005 14:51:02 +0000 (15:51 +0100)
commit684f970e2fd2dc0eb8292500903f54f1ebda0e75
treed8736596d79bf95281449f7fe5f72db111eb5a73
parent652a12ef98d16ccd1ee5cdf2c832ce5411ed3262
[PATCH] ARM: bitops

Convert ARM bitop assembly to a macro.  All bitops follow the same
format, so it's silly duplicating the code when only one or two
instructions are different.

Signed-off-by: Russell King <rmk@arm.linux.org.uk>
arch/arm/lib/changebit.S
arch/arm/lib/clearbit.S
arch/arm/lib/setbit.S
arch/arm/lib/testchangebit.S
arch/arm/lib/testclearbit.S
arch/arm/lib/testsetbit.S