svn commit: r295348 - head/sys/cddl/dev/fbt/arm
Michal Meloun
mmel at FreeBSD.org
Sat Feb 6 11:16:17 UTC 2016
Author: mmel
Date: Sat Feb 6 11:16:15 2016
New Revision: 295348
URL: https://svnweb.freebsd.org/changeset/base/295348
Log:
ARM: Rename remaining ARMv4 specific function in DTrace code.
I missed it in r295319.
Pointed by: tuexen
Modified:
head/sys/cddl/dev/fbt/arm/fbt_isa.c
Modified: head/sys/cddl/dev/fbt/arm/fbt_isa.c
==============================================================================
--- head/sys/cddl/dev/fbt/arm/fbt_isa.c Sat Feb 6 09:01:03 2016 (r295347)
+++ head/sys/cddl/dev/fbt/arm/fbt_isa.c Sat Feb 6 11:16:15 2016 (r295348)
@@ -83,7 +83,7 @@ fbt_patch_tracepoint(fbt_probe_t *fbt, f
{
*fbt->fbtp_patchpoint = val;
- cpu_icache_sync_range((vm_offset_t)fbt->fbtp_patchpoint, sizeof(val));
+ icache_sync((vm_offset_t)fbt->fbtp_patchpoint, sizeof(val));
}
int
More information about the svn-src-all
mailing list