View | Details | Raw Unified | Return to bug 66448
Collapse All | Expand All

(-)sys/sparc64/sparc64/counter.c (-1 / +1 lines)
Lines 72-78 Link Here
72
	struct timecounter *tc;
72
	struct timecounter *tc;
73
	struct ct_softc *sc;
73
	struct ct_softc *sc;
74
74
75
	printf("initialializing counter-timer\n");
75
	printf("initializing counter-timer\n");
76
	/*
76
	/*
77
	 * Turn off interrupts from both counters. Set the limit to the maximum
77
	 * Turn off interrupts from both counters. Set the limit to the maximum
78
	 * value (although that should not change anything with CTLR_INTEN and
78
	 * value (although that should not change anything with CTLR_INTEN and

Return to bug 66448