Home | History | Annotate | Download | only in aarch64
History log of /src/sys/rump/kern/lib/libsljit/arch/aarch64/sljit_rump.c
RevisionDateAuthorComments
 1.1  21-Jan-2019  alnsn branches: 1.1.2; 1.1.6;
Add sljit rump glue for aarch64.

XXX arm_icache_sync_range() and mips_icache_sync_range() call

(void)rumpcomp_sync_icache((void *)va, (uint64_t)sz);

but linking fails if I do the same on aarch64 (I suspect it also
fails on 32bit arm and mips).

As a workaround, I call __builtin___clear_cache().
 1.1.6.2  10-Jun-2019  christos Sync with HEAD
 1.1.6.1  21-Jan-2019  christos file sljit_rump.c was added on branch phil-wifi on 2019-06-10 22:09:52 +0000
 1.1.2.2  26-Jan-2019  pgoyette Sync with HEAD
 1.1.2.1  21-Jan-2019  pgoyette file sljit_rump.c was added on branch pgoyette-compat on 2019-01-26 22:00:37 +0000

RSS XML Feed