aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2012-11-10 13:48:41 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2012-11-10 13:48:41 +0000
commit34d4770b5e70ebc47214f5e62a11fe74ca8fc3e6 (patch)
tree245e0a4a1cace65008d10ae86e5d7be32d2b3fec /sys/pc98
parent54336243a49ee0769cf518bddadd1c59e4f4b591 (diff)
downloadsrc-34d4770b5e70ebc47214f5e62a11fe74ca8fc3e6.tar.gz
src-34d4770b5e70ebc47214f5e62a11fe74ca8fc3e6.zip
Reduce diffs against i386.
Notes
Notes: svn path=/head/; revision=242869
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/machdep.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index ddccf0a0e4c7..3133d1b41ee3 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -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