Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 07/18/2003 01:02:32
Module Name:	src
Committed By:	matt
Date:		Fri Jul 18 01:02:32 UTC 2003

Modified Files:
	src/sys/kern: kern_synch.c

Log Message:
Add support for storing the priority mask in sched_whichqs in MSB order
(enabled by defining __HAVE_BIGENDIAN_BITOPS in <machine/types.h>).  The
default is still LSB ordering.  This change will allow the powerpc MD
implementations of setrunqueue/remrunqueue to be nuked.


To generate a diff of this commit:
cvs rdiff -r1.133 -r1.134 src/sys/kern/kern_synch.c

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