Date: Tue, 15 Feb 2005 07:21:20 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 legacy.c Message-ID: <200502150721.j1F7LKaq088968@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2005-02-15 07:21:20 UTC FreeBSD src repository Modified files: sys/i386/i386 legacy.c Log: Correct a few bugs in the legacy cpu attachment. Get the unit from the parent cpu device before passing it to pcpu_find(). Get the ivars from the child, not parent cpu device. These bugs would cause a panic when dereferencing the pcpu ivar, but weren't present in the acpi attachment which it seems most people are using. Revision Changes Path 1.61 +2 -3 src/sys/i386/i386/legacy.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502150721.j1F7LKaq088968>