Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / asm-arm / procinfo.h
index 91a31ad..8425260 100644 (file)
@@ -29,8 +29,7 @@ struct processor;
 struct proc_info_list {
        unsigned int            cpu_val;
        unsigned int            cpu_mask;
-       unsigned long           __cpu_mm_mmu_flags;     /* used by head.S */
-       unsigned long           __cpu_io_mmu_flags;     /* used by head.S */
+       unsigned long           __cpu_mmu_flags;        /* used by head.S */
        unsigned long           __cpu_flush;            /* used by head.S */
        const char              *arch_name;
        const char              *elf_name;
@@ -55,6 +54,5 @@ extern unsigned int elf_hwcap;
 #define HWCAP_VFP      64
 #define HWCAP_EDSP     128
 #define HWCAP_JAVA     256
-#define HWCAP_IWMMXT   512
 
 #endif