diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2006-04-14 21:57:41 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2006-04-14 21:57:41 +0000 |
commit | a906460d3668a7ed7746fb31de32a8cd3bf7c3b9 (patch) | |
tree | 8a84d5a5c17c997d86c608b1579ddb15f4a473a4 /share | |
parent | 19d5c9fab2aad6f5f8a085dbe62c4b44097295bc (diff) |
And remove DUMMY_NOPS from here too.
Thanks ben.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 2c1ab526d09..ce8aa9f83a7 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.175 2006/03/05 18:47:25 jmc Exp $ +.\" $OpenBSD: options.4,v 1.176 2006/04/14 21:57:40 weingart Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -1005,11 +1005,6 @@ panic. These options set the number of pages available for the buffer cache. Their default value is a machine dependent value, often calculated as between 5% and 10% of total available RAM. -.It Cd option DUMMY_NOPS -This option is supported on the i386 architecture. -When enabled, it speeds up interrupt processing by removing delays -while accessing the interrupt controller. -Care should be taken when using this option. .It Cd option APM_NOPRINT This option is supported on the i386 architecture. When enabled, kernel messages regarding the status of the automatic power |