tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



On Sat, Jun 30, 2018 at 10:47:51PM +0000, Taylor R Campbell wrote:
> Module Name:	src
> Committed By:	riastradh
> Date:		Sat Jun 30 22:47:51 UTC 2018
> 
> Modified Files:
> 	src/sys/kern: kern_ntptime.c kern_tc.c
> 
> Log Message:
> Sprinkle cold conditionals to make tc_ticktock before inittimecounter.
> 
> Enables Xen to boot again.
> 
> XXX Maybe we should have a tc_ticktock_cold instead or something so we
> don't have to reach this far into the call graph.

I'd rather not have this at all - instead just drop the useless timestamps
at boot time, they are useless here and make console output unreadable.

They are fine after mountroot, but is there really any use for them before?

Martin


Home | Main Index | Thread Index | Old Index