ARM: Rename remaining ARMv4 specific function in DTrace code.
I missed it in r295319. Pointed by: tuexen
This commit is contained in:
parent
0c829a301d
commit
7a308c64b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user