NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58106 CVS commit: src



The following reply was made to PR port-arm/58106; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58106 CVS commit: src
Date: Tue, 2 Apr 2024 22:37:34 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Tue Apr  2 22:37:34 UTC 2024
 
 Modified Files:
 	src/share/mk: bsd.own.mk
 	src/sys/arch/aarch64/include: sljit_machdep.h
 	src/sys/modules: Makefile
 
 Log Message:
 bsd.own.mk: Enable MKLSJIT on aarch64.
 
 Make sure there's only one copy of the conditional, in bsd.own.mk;
 just make sys/modules/Makefile conditional on MKSLJIT so we don't
 have to keep these in sync.
 
 As a workaround for PR 58106, tweak the conditional definition of
 SLJIT_CACHE_FLUSH to use cpu_icache_sync_range only in _HARDKERNEL,
 and use __builtin___clear_cache in userland and in rump kernels.
 
 PR 58103: bpfjit.kmod is not built on aarch64
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.1364 -r1.1365 src/share/mk/bsd.own.mk
 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarch64/include/sljit_machdep.h
 cvs rdiff -u -r1.284 -r1.285 src/sys/modules/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index