arm: the dcc code works for V6 or V7, not just 1136

This commit is contained in:
Brian Swetland
2008-12-14 02:14:34 -08:00
committed by Travis Geiselbrecht
parent 9c19412187
commit 7057769716

View File

@@ -24,7 +24,7 @@
.global dcc_putc
.global dcc_getc
#if defined(ARM_CPU_ARM1136)
#if defined(ARM_ISA_ARMV6) || defined(ARM_ISA_ARMV7)
dcc_getc:
mrc 14, 0, r0, c0, c1, 0
tst r0, #(1 << 30)