DragonFly kernel List (threaded) for 2007-03
DragonFly BSD
DragonFly kernel List (threaded) for 2007-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: SMP/UP kernel S01E02


From: "Thomas E. Spanjaard" <tgen@xxxxxxxxxxxxx>
Date: Mon, 26 Mar 2007 13:54:52 +0000

Matthew Dillon wrote:
    It's actually fairly easy to do this.  I did some of the code separation
    work months ago but didn't go all the way to allowing the ICU vs APIC
    selection to occur dynamically.

You can use the LAPIC and IOAPIC(s) on UP hardware as well.


At the moment only one or the other can be included. It would not take a whole lot of work to allow both to be included, then figure out
which one to use at run time during early boot.
To do this, the MachIntrABI structure needs to be declared generically
and then loaded with either the icu or the apic ABI. Right now the
structure is declared in the icu and the apic code (so only one can be
included).

So this won't be necessary :).


Cheers,
--
        Thomas E. Spanjaard
        tgen@netphreax.net

Attachment: signature.asc
Description: OpenPGP digital signature



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]