Module Name: src Committed By: alnsn Date: Tue Jul 22 20:25:13 UTC 2014
Modified Files: src/sys/rump: Makefile.rump src/sys/rump/kern/lib/libsljit: Makefile Added Files: src/sys/rump/kern/lib/libsljit: sljit_rump.h src/sys/rump/kern/lib/libsljit/arch/mips: cache.c sljit_rump.c Log Message: Implement rumpcomp_sync_icache() hyprecall for mips and add a barebone implementation if mips cache ops to librumpkern_sljit. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sys/rump/Makefile.rump cvs rdiff -u -r1.1 -r1.2 src/sys/rump/kern/lib/libsljit/Makefile cvs rdiff -u -r0 -r1.1 src/sys/rump/kern/lib/libsljit/sljit_rump.h cvs rdiff -u -r0 -r1.1 src/sys/rump/kern/lib/libsljit/arch/mips/cache.c \ src/sys/rump/kern/lib/libsljit/arch/mips/sljit_rump.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.