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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to