Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 08/30/2006 17:28:32
Module Name:	src
Committed By:	tsutsui
Date:		Wed Aug 30 17:28:32 UTC 2006

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

Log Message:
Disable asm statement which defines bpendtsleep symbol as "handy breakpoint"
on all m68k ports since it may cause a multiple symble definition error
by code duplication of gcc4 optimizer. Also note about this in comment.


To generate a diff of this commit:
cvs rdiff -r1.164 -r1.165 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.