Author: mmel
Date: Sun Jan 31 16:55:52 2016
New Revision: 295097
URL: https://svnweb.freebsd.org/changeset/base/295097
Log:
ARM: Fix END() symbol for cpu_ident function. I forgot to rename it
in r295096.
Modified:
head/sys/arm/arm/cpufunc_asm.S
Modified: head/sys/arm/arm/cpufunc_asm.S
==============================================================================
--- head/sys/arm/arm/cpufunc_asm.S Sun Jan 31 16:34:06 2016
(r295096)
+++ head/sys/arm/arm/cpufunc_asm.S Sun Jan 31 16:55:52 2016
(r295097)
@@ -65,7 +65,7 @@ END(cpufunc_nullop)
ENTRY(cpu_ident)
mrc p15, 0, r0, c0, c0, 0
RET
-END(cpufunc_id)
+END(cpu_ident)
ENTRY(cpu_get_control)
mrc p15, 0, r0, c1, c0, 0
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"