Add a missing \n to a bootverbose printf.

This commit is contained in:
Ian Lepore 2019-01-07 16:36:45 +00:00
parent f08dac4e90
commit ed47d82f59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342850

View File

@ -420,7 +420,7 @@ arm_tmr_attach(device_t dev)
tc_err = attach_tc(sc);
else if (bootverbose)
device_printf(sc->dev,
"not using variable-frequency device as timecounter");
"not using variable-frequency device as timecounter\n");
sc->memrid++;
sc->irqrid++;
}