Oops, sorry. Fix for fix.

This commit is contained in:
Alexander Motin 2009-05-04 08:41:54 +00:00
parent b5f9da0f8d
commit 64886da216
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191781

View File

@ -1155,7 +1155,7 @@ apm_attach(device_t dev)
mtx_init(&sc->mtx, device_get_nameunit(dev), "apm", MTX_DEF);
cv_init(&sc->cv, "cbb cv");
#ifdef PC98
#ifndef PC98
if (device_get_flags(dev) & 0x20)
atrtcclock_disable = 1;
#endif