Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 11/06/2003 18:22:01
Module Name:	src
Committed By:	ragge
Date:		Thu Nov  6 18:22:01 UTC 2003

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

Log Message:
Do not try to enter more than MAX_INT16 symbols into the patricia tree;
the not-entered symbols will be found anyway but via a linear-search.
This only happens if something is wrong when linking the kernel.
Fixes problems reported on port-hp700.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/kern/kern_ksyms.c

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