Reduce diffs against i386.

This commit is contained in:
Yoshihiro Takahashi 2012-11-10 13:48:41 +00:00
parent 54336243a4
commit 34d4770b5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242869

View File

@ -1237,7 +1237,7 @@ cpu_idle(int busy)
CTR2(KTR_SPARE2, "cpu_idle(%d) at %d",
busy, curcpu);
#ifdef MP_WATCHDOG
#if defined(MP_WATCHDOG)
ap_watchdog(PCPU_GET(cpuid));
#endif
/* If we are busy - try to use fast methods. */
@ -2157,6 +2157,8 @@ do_next:
for (off = 0; off < round_page(msgbufsize); off += PAGE_SIZE)
pmap_kenter((vm_offset_t)msgbufp + off, phys_avail[pa_indx] +
off);
PT_UPDATES_FLUSH();
}
void