patch-2.1.101 linux/include/asm-arm/procinfo.h

Next file: linux/include/asm-arm/stat.h
Previous file: linux/include/asm-arm/processor.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.100/linux/include/asm-arm/procinfo.h linux/include/asm-arm/procinfo.h
@@ -18,13 +18,17 @@
 #ifndef __ASSEMBLER__
 
 struct armversions {
-	unsigned long id;
-	unsigned long mask;
-	unsigned long features;
-	const char *manu;
-	const char *name;
-	const struct processor *proc;
+	unsigned long id;		/* Processor ID			*/
+	unsigned long mask;		/* Processor ID mask		*/
+	unsigned long features;		/* Features (see above)		*/
+	const char *manu;		/* Manufacturer			*/
+	const char *name;		/* Processor name		*/
+	const struct processor *proc;	/* Processor-specific ASM	*/
+	const char *optname;		/* Optimisation name		*/
 };
+
+extern struct armversions armidlist[];
+extern int armidindex;
 
 #endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov