Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/16/2004 13:34:07
Module Name: src
Committed By: jdolecek
Date: Sat Oct 16 13:34:07 UTC 2004
Modified Files:
src/sys/kern: sysv_shm.c
Log Message:
kill the indirection via struct shm_handle and store pointer to the uvm
object direct to _shm_private; the indirection doesn't serve any
useful purpose and just wastes memory and cpu cycles
To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/sys/kern/sysv_shm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.