[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [task #7179] Multiprocessor support
From: |
Samuel Thibault |
Subject: |
Re: [task #7179] Multiprocessor support |
Date: |
Mon, 6 Aug 2007 15:39:00 +0200 |
User-agent: |
Mutt/1.5.11 |
Marcus Brinkmann, le Mon 06 Aug 2007 15:32:57 +0200, a écrit :
> At Sat, 04 Aug 2007 16:46:08 +0000,
> Samuel Thibault <INVALID.NOREPLY@gnu.org> wrote:
> > Mach used to support multiprocessors. GNU Mach should too.
> >
> > What is currently missing is the local APIC support. That can be stolen from
> > xnu, Darwin's Mach. Then things should "just" need testing.
>
> What about the device drivers (glue code?).
Mach drivers are supposed to be fine.
I've fixed a bit the Linux glue code toward proper support, there is now
just need to fix the intr_count variable / global IRQ disable facility.
Samuel