summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
diff options
context:
space:
mode:
authormmel <mmel@FreeBSD.org>2016-02-01 14:28:58 +0000
committermmel <mmel@FreeBSD.org>2016-02-01 14:28:58 +0000
commited12f5f7269f2674e075a66911d9a99a18149063 (patch)
treeb5edbb65c0a16c93d4e802f1ebbac5bef8eb7866 /sys/arm/mv
parent6e83480ac9d23ef93d924fed9b905567ce9086d5 (diff)
downloadFreeBSD-src-ed12f5f7269f2674e075a66911d9a99a18149063.zip
FreeBSD-src-ed12f5f7269f2674e075a66911d9a99a18149063.tar.gz
ARM: Rename remaining instances of cpufunc_id() to cpu_ident(),
forgotten in r295096. Remove tlb_flushI/tlb_flushI_SE functions forgotten in r295122.
Diffstat (limited to 'sys/arm/mv')
-rw-r--r--sys/arm/mv/armadaxp/armadaxp.c2
-rw-r--r--sys/arm/mv/armadaxp/armadaxp_mp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/mv/armadaxp/armadaxp.c b/sys/arm/mv/armadaxp/armadaxp.c
index 693ae6a..3cb03fa 100644
--- a/sys/arm/mv/armadaxp/armadaxp.c
+++ b/sys/arm/mv/armadaxp/armadaxp.c
@@ -128,7 +128,7 @@ get_tclk(void)
{
uint32_t cputype;
- cputype = cpufunc_id();
+ cputype = cpu_ident();
cputype &= CPU_ID_CPU_MASK;
if (cputype == CPU_ID_MV88SV584X_V7)
diff --git a/sys/arm/mv/armadaxp/armadaxp_mp.c b/sys/arm/mv/armadaxp/armadaxp_mp.c
index 6685204..4ccf7e3 100644
--- a/sys/arm/mv/armadaxp/armadaxp_mp.c
+++ b/sys/arm/mv/armadaxp/armadaxp_mp.c
@@ -111,7 +111,7 @@ platform_mp_start_ap(void)
* Initialization procedure depends on core revision,
* in this step CHIP ID is checked to choose proper procedure
*/
- cputype = cpufunc_id();
+ cputype = cpu_ident();
cputype &= CPU_ID_CPU_MASK;
/*
OpenPOWER on IntegriCloud