git: dacbe4d533b7 - main - config: remove LOCK_PROFILING_FAST
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Dec 2022 17:04:40 UTC
The branch main has been updated by rew:
URL: https://cgit.FreeBSD.org/src/commit/?id=dacbe4d533b748b3b259f17ed4b8f51a1ed06451
commit dacbe4d533b748b3b259f17ed4b8f51a1ed06451
Author: Robert Wing <rew@FreeBSD.org>
AuthorDate: 2022-12-05 17:03:52 +0000
Commit: Robert Wing <rew@FreeBSD.org>
CommitDate: 2022-12-05 17:03:52 +0000
config: remove LOCK_PROFILING_FAST
This option lived a short life in 2007.
last used eea4f254fe8f66e4d58b9befe435010a2d485423
Reviewed by: mjg
Differential Revision: https://reviews.freebsd.org/D37600
---
sys/conf/options | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/conf/options b/sys/conf/options
index 327d94a02220..c388a06abc9b 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -612,7 +612,6 @@ MAXPHYS opt_maxphys.h
MCLSHIFT opt_global.h
MUTEX_NOINLINE opt_global.h
LOCK_PROFILING opt_global.h
-LOCK_PROFILING_FAST opt_global.h
MSIZE opt_global.h
REGRESSION opt_global.h
RWLOCK_NOINLINE opt_global.h