Date: Fri, 13 Dec 1996 16:49:46 -0800 From: "Erich Boleyn,,,," <erich@uruk.org> To: smp@freebsd.org Subject: Tried SMP kernel from early morning CVS tree Message-ID: <E0vYiIU-0002rK-00@uruk.org>
next in thread | raw e-mail | index | archive | help
Hi all. I tried the SMP kernel from the CVS tree from early this morning. It still has the problem on my 4-CPU Pentium Pro test box where a long compile kills it by getting a kernel page fault in pmap_enter. There was one real bug (typo?) in "i386/isa/if_ze.c". There was, when using "APIC_IO", an undefined reference to "readIOApic24()" (I think that's what it was), which was bracketed by "#if defined(APIC_IO)" preprocessor stuff. After looking in some other files, they were using "INTRGET()" in the same way, so I just put it in place, and everything appears to work fine (though I'm not using that driver). I always compile the generic kernel + SMP stuff. Erich Boleyn <erich@uruk.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0vYiIU-0002rK-00>