ARM: Rename remaining ARMv4 specific function in DTrace code.

I missed it in r295319.

Pointed by: tuexen
This commit is contained in:
Michal Meloun 2016-02-06 11:16:15 +00:00
parent 0c829a301d
commit 7a308c64b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295348

View File

@ -83,7 +83,7 @@ fbt_patch_tracepoint(fbt_probe_t *fbt, fbt_patchval_t val)
{
*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