patch-2.4.4 linux/include/asm-arm/procinfo.h
Next file: linux/include/asm-arm/semaphore.h
Previous file: linux/include/asm-arm/processor.h
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Thu Apr 12 12:20:31 2001
-  Orig file: 
v2.4.3/linux/include/asm-arm/procinfo.h
-  Orig date: 
Mon Sep 18 15:15:24 2000
diff -u --recursive --new-file v2.4.3/linux/include/asm-arm/procinfo.h linux/include/asm-arm/procinfo.h
@@ -46,10 +46,13 @@
 
 #endif	/* __ASSEMBLY__ */
 
-#define HWCAP_SWP	1
-#define HWCAP_HALF	2
-#define HWCAP_THUMB	4
-#define HWCAP_26BIT	8	/* Play it safe */
+#define HWCAP_SWP	 1
+#define HWCAP_HALF	 2
+#define HWCAP_THUMB	 4
+#define HWCAP_26BIT	 8	/* Play it safe */
+#define HWCAP_FAST_MULT	 16
+#define HWCAP_FPA        32
+#define HWCAP_VFP        64
+#define HWCAP_EDSP	 128
 
 #endif
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)