Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Add P1003_1B_SEMAPHORE to match i386.
details: https://anonhg.NetBSD.org/src/rev/4f23a7a8d4a4
branches: trunk
changeset: 768096:4f23a7a8d4a4
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Mon Aug 08 16:27:46 2011 +0000
description:
Add P1003_1B_SEMAPHORE to match i386.
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a9347693de56 -r 4f23a7a8d4a4 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Mon Aug 08 16:27:07 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC Mon Aug 08 16:27:46 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.329 2011/08/08 16:13:42 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.330 2011/08/08 16:27:46 jakllsch Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.329 $"
+#ident "GENERIC-$Revision: 1.330 $"
maxusers 64 # estimated number of users
@@ -64,7 +64,7 @@
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
-#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
+options P1003_1B_SEMAPHORE # p1003.1b semaphore support
options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
Home |
Main Index |
Thread Index |
Old Index