Subject: RE: CVS commit: syssrc/sys/arch/powerpc/powerpc
To: 'jdolecek@netbsd.org' <jdolecek@netbsd.org>
From: Chris Hopps <chopps@allegronetworks.com>
List: source-changes
Date: 11/03/2002 06:35:56
The mask is efficient in time perhaps, but certainly not in space given all
the error entries that just got added.
Is the 1 compare vs. 1 mask really a big deal? Is this mask operation the
only reason the tables need to be power of two big?
Chris.
-----Original Message-----
From: Jaromir Dolecek [mailto:jdolecek@netbsd.org]
Sent: Friday, November 01, 2002 11:38 PM
To: source-changes@netbsd.org
Subject: CVS commit: syssrc/sys/arch/powerpc/powerpc
Module Name: syssrc
Committed By: jdolecek
Date: Sat Nov 2 07:37:33 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/powerpc: syscall.c
Log Message:
back previous revision 1.9 off - compat code was changed to set
struct emul e_nsysent to *SYS_NSYSENT now, and the mask is more efficient
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/powerpc/powerpc/syscall.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.