From 06bf8101debe879447d0ef3a7a5b84cb11fa5acf Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 2 Jun 2024 11:58:29 +0200 Subject: executor: remove noshmem mode All OSes we have now support shmem. Support for Fuchia/Starnix/Windows wasn't implemented, but generally they support shared memory. Remove all of the complexity and code associated with noshmem mode. If/when we revive these OSes, it's easier to properly implement shmem mode for them. --- sys/test/csource.txt.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/test/csource.txt.const') diff --git a/sys/test/csource.txt.const b/sys/test/csource.txt.const index 2c90daac7..3a0343e4d 100644 --- a/sys/test/csource.txt.const +++ b/sys/test/csource.txt.const @@ -1,4 +1,4 @@ -arches = 32_fork_shmem, 32_shmem, 64, 64_fork +arches = 32, 32_fork, 64, 64_fork BIT_0 = 1 BIT_1 = 2 BIT_0_AND_1 = 3 -- cgit mrf-deployment