ARM: Remove support for ARMv3 ARM610 and ARM710 CPUs
[deliverable/linux.git] / arch / arm / kernel / entry-armv.S
index 7fd3ad048da9b7318ed516edc81ae67cb95e0c52..437f0c426517cf39c1035c3e7a0b6cfecb9395cb 100644 (file)
@@ -556,10 +556,6 @@ call_fpe:
 #endif
        tst     r0, #0x08000000                 @ only CDP/CPRT/LDC/STC have bit 27
        tstne   r0, #0x04000000                 @ bit 26 set on both ARM and Thumb-2
-#if defined(CONFIG_CPU_ARM610) || defined(CONFIG_CPU_ARM710)
-       and     r8, r0, #0x0f000000             @ mask out op-code bits
-       teqne   r8, #0x0f000000                 @ SWI (ARM6/7 bug)?
-#endif
        moveq   pc, lr
        get_thread_info r10                     @ get current thread
        and     r8, r0, #0x00000f00             @ mask out CP number
This page took 0.024329 seconds and 5 git commands to generate.