Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0032c088 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Fix printk time during boot



Avoid showing invalid printk time stamps during boot.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Reviewed-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
parent be24a897
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -324,6 +324,7 @@ int init_per_cpu(int cpunum)
		per_cpu(cpu_data, cpunum).fp_rev = coproc_cfg.revision;
		per_cpu(cpu_data, cpunum).fp_model = coproc_cfg.model;

		if (cpunum == 0)
			printk(KERN_INFO  "FP[%d] enabled: Rev %ld Model %ld\n",
				cpunum, coproc_cfg.revision, coproc_cfg.model);

+0 −5
Original line number Diff line number Diff line
@@ -309,11 +309,6 @@ void __init time_init(void)
	clocks_calc_mult_shift(&cyc2ns_mul, &cyc2ns_shift, current_cr16_khz,
				NSEC_PER_MSEC, 0);

#if defined(CONFIG_HAVE_UNSTABLE_SCHED_CLOCK) && defined(CONFIG_64BIT)
	/* At bootup only one 64bit CPU is online and cr16 is "stable" */
	set_sched_clock_stable();
#endif

	start_cpu_itimer();	/* get CPU 0 started */

	/* register at clocksource framework */