]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/procinfo.h
[PATCH] Make spinlock/rwlock annotations more accurate by using parameters, not types
[linux-2.6-omap-h63xx.git] / include / asm-arm / procinfo.h
index 842526055225a02e88a7cc9d8ed34a8c49ef8c21..91a31adfa8a8ca50298088cb4031b3c21f200302 100644 (file)
@@ -29,7 +29,8 @@ struct processor;
 struct proc_info_list {
        unsigned int            cpu_val;
        unsigned int            cpu_mask;
-       unsigned long           __cpu_mmu_flags;        /* used by head.S */
+       unsigned long           __cpu_mm_mmu_flags;     /* used by head.S */
+       unsigned long           __cpu_io_mmu_flags;     /* used by head.S */
        unsigned long           __cpu_flush;            /* used by head.S */
        const char              *arch_name;
        const char              *elf_name;
@@ -54,5 +55,6 @@ extern unsigned int elf_hwcap;
 #define HWCAP_VFP      64
 #define HWCAP_EDSP     128
 #define HWCAP_JAVA     256
+#define HWCAP_IWMMXT   512
 
 #endif