CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/06/13 01:16:37

Modified files:
        sys/arch/arm/xscale: i80321_clock.c 
        sys/arch/aviion/dev: nvram.c 
        sys/arch/macppc/macppc: clock.c 
        sys/arch/socppc/socppc: clock.c 
        sys/arch/sparc64/sparc64: clock.c 
        sys/arch/armv7/armv7: intr.c 

Log message:
When investigating an uninitialised variable in the armv7 resettodr()
miod pointed out that time_second should be compared to 1 not 0 in the
md resettodr() functions as it is initialised to 1.

ok miod@ deraadt@

Reply via email to