From owner-cvs-all Sat Sep 8 10: 3:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F41537B407; Sat, 8 Sep 2001 10:03:26 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88H3Qq19687; Sat, 8 Sep 2001 10:03:26 -0700 (PDT) (envelope-from iwasaki) Message-Id: <200109081703.f88H3Qq19687@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sat, 8 Sep 2001 10:03:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2001/09/08 10:03:26 PDT Modified files: sys/dev/acpica/Osd OsdSchedule.c Log: Don't call tsleep from AcpiOsStall(), call DELAY() always instead. Process switching during calling AcpiOsStall() caused fatal trap 12 at sleeping/wakeup on some machines. Revision Changes Path 1.11 +2 -6 src/sys/dev/acpica/Osd/OsdSchedule.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message