aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-09-27 05:24:28 -0400
committerPaul Mundt <lethal@linux-sh.org>2006-09-27 05:24:28 -0400
commit2220d164933a8776d1336c814e3c2e5573256d34 (patch)
tree7cad89b8e9a852092fa169a5d783a7184d10fd69 /include/asm-sh
parent315bb96824149614efe4844ded077a13fc908880 (diff)
sh: Report movli.l/movco.l capabilities.
Add llsc to cpu_flags[] and comment cpu-features.h. Signed-off-by: Jamie Lenehan <nynaeve@twibble.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/cpu-features.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-sh/cpu-features.h b/include/asm-sh/cpu-features.h
index e398947ec01d..e1260aae3ee3 100644
--- a/include/asm-sh/cpu-features.h
+++ b/include/asm-sh/cpu-features.h
@@ -3,6 +3,14 @@
3 3
4/* 4/*
5 * Processor flags 5 * Processor flags
6 *
7 * Note: When adding a new flag, keep cpu_flags[] in
8 * arch/sh/kernel/setup.c in sync so symbolic name
9 * mapping of the processor flags has a chance of being
10 * reasonably accurate.
11 *
12 * These flags are also available through the ELF
13 * auxiliary vector as AT_HWCAP.
6 */ 14 */
7#define CPU_HAS_FPU 0x0001 /* Hardware FPU support */ 15#define CPU_HAS_FPU 0x0001 /* Hardware FPU support */
8#define CPU_HAS_P2_FLUSH_BUG 0x0002 /* Need to flush the cache in P2 area */ 16#define CPU_HAS_P2_FLUSH_BUG 0x0002 /* Need to flush the cache in P2 area */