Subject: CVS commit: src/sys/arch/macppc/macppc
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/19/2006 14:25:29
Module Name:	src
Committed By:	tsutsui
Date:		Thu Oct 19 14:25:29 UTC 2006

Modified Files:
	src/sys/arch/macppc/macppc: autoconf.c clock.c

Log Message:
Defer enabling hardware interrupts until all timecounter(9)s are initialized
in cpu_initclocks(9), and then remove "if (cold)" check in decr_intr().

Fixes long delay during config_process_deferred() for interrupt_config_queue,
OK'ed by macallan.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/arch/macppc/macppc/autoconf.c
cvs rdiff -r1.32 -r1.33 src/sys/arch/macppc/macppc/clock.c

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