Thumb-2: Correctly handle undefined instructions in the kernel
[safe/jmp/linux-2.6] / arch / arm / lib / testchangebit.S
index b25dcd2..5c98dc5 100644 (file)
@@ -16,3 +16,5 @@ ENTRY(_test_and_change_bit_be)
                eor     r0, r0, #0x18           @ big endian byte ordering
 ENTRY(_test_and_change_bit_le)
        testop  eor, strb
+ENDPROC(_test_and_change_bit_be)
+ENDPROC(_test_and_change_bit_le)