Subject: CVS commit: src/sys/conf
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 12/03/2006 01:45:57
Module Name:	src
Committed By:	tls
Date:		Sun Dec  3 01:45:57 UTC 2006

Modified Files:
	src/sys/conf: Makefile.kern.inc

Log Message:
Add arch/xen/i386/gdt.c to list of kernel files that do variable-size
allocations on the stack.  This allocation could potentially be quite
large -- I am not sure how to best fix that.

Fixes USE_SSP i386 build.sh failure.


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/sys/conf/Makefile.kern.inc

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