Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/01/2007 21:57:44
Module Name:	src
Committed By:	dsl
Date:		Thu Nov  1 21:57:44 UTC 2007

Modified Files:
	src/sys/sys: proc.h

Log Message:
Use one byte of p_pad1[] for p_trace_enabled where xxx_syscall_intern()
can save the result of trace_is_enabled() so that it can be efficiently
determined on every system call without having 2 separate syscall functions.
The death of syscall_fancy() looms.


To generate a diff of this commit:
cvs rdiff -r1.257 -r1.258 src/sys/sys/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.