commit | 742fd1bcfb475c702c9b1dd6afc79c08f8dbf7dd | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Aug 07 17:36:12 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Sep 08 10:35:02 2008 +0900 |
tree | 0d096e5ebea4d3d63d028bfacde7f4274928eab6 | |
parent | 7686ad5606f08d9dfb33a2087a36c8366366015b [diff] [blame] |
sh: Provide movli.l/movco.l-based bitops. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/include/asm/bitops.h b/arch/sh/include/asm/bitops.h index d7d382f..367930d 100644 --- a/arch/sh/include/asm/bitops.h +++ b/arch/sh/include/asm/bitops.h
@@ -13,6 +13,8 @@ #ifdef CONFIG_GUSA_RB #include <asm/bitops-grb.h> +#elif defined(CONFIG_CPU_SH4A) +#include <asm/bitops-llsc.h> #else #include <asm/bitops-irq.h> #endif