1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

ARM: Fix END() symbol for cpu_ident function. I forgot to rename it

in r295096.
This commit is contained in:
Michal Meloun 2016-01-31 16:55:52 +00:00
parent bf488b9dde
commit 3fa3c8c7b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295097

View File

@ -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