1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Sync with i386 - cosmetic fixes

This commit is contained in:
Peter Wemm 2004-08-16 22:52:02 +00:00
parent 66d2648494
commit 6bd599a050
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133894

View File

@ -212,6 +212,7 @@ release_timer2()
static void
rtcintr(struct clockframe *frame)
{
while (rtcin(RTC_INTR) & RTCIR_PERIOD) {
if (profprocs != 0) {
if (--pscnt == 0)
@ -295,7 +296,7 @@ DELAY(int n)
* multiplications and divisions to scale the count take a while).
*
* However, if ddb is active then use a fake counter since reading
* the i8254 counter involves acquiring a lock. ddb must not go
* the i8254 counter involves acquiring a lock. ddb must not do
* locking for many reasons, but it calls here for at least atkbd
* input.
*/