From: Paul M. <le...@us...> - 2006-08-09 04:23:29
|
Update of /cvsroot/linuxsh/linux/include/asm-sh In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv29885/include/asm-sh Modified Files: cpu-features.h Log Message: Add llsc to cpu_flags[] and comment cpu-features.h, suggested by Jamie Lenehan. Index: cpu-features.h =================================================================== RCS file: /cvsroot/linuxsh/linux/include/asm-sh/cpu-features.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- cpu-features.h 9 Aug 2006 03:53:04 -0000 1.1 +++ cpu-features.h 9 Aug 2006 04:23:26 -0000 1.2 @@ -3,6 +3,14 @@ /* * Processor flags + * + * Note: When adding a new flag, keep cpu_flags[] in + * arch/sh/kernel/setup.c in sync so symbolic name + * mapping of the processor flags has a chance of being + * reasonably accurate. + * + * These flags are also available through the ELF + * auxiliary vector as AT_HWCAP. */ #define CPU_HAS_FPU 0x0001 /* Hardware FPU support */ #define CPU_HAS_P2_FLUSH_BUG 0x0002 /* Need to flush the cache in P2 area */ |