Switch to an armv6k cpu, without this clang 3.5 complains "bx lr" is

unsupported as it needs a newer cpu.

MFC after:	1 week
Sponsored by:	ABT Systems Ltd
This commit is contained in:
Andrew Turner 2014-12-05 19:19:17 +00:00
parent ef477cd70b
commit eff4f0ceee

View File

@ -62,7 +62,7 @@
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
.cpu arm1136js
.cpu arm1176jz-s
#if 0
#define Invalidate_I_cache(Rtmp1, Rtmp2) \