tech-kern archive

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

re: x96 cannot build without MULTIPROCESSOR



Joerg Sonnenberger writes:
> On Wed, Jul 01, 2015 at 10:48:29PM +1000, matthew green wrote:
> > 
> > last i tried, it was only a couple of minor fixes needed
> > to make x86 build without MULTIPROCESSOR.
> 
> The only reason I know why you would want that is to disable the use of
> the LAPIC. Everything else can either be done via boot -1 or is already
> runtime patched like the locks in the performance sensitive routines.

last time i did this i wanted to build a stripped down kernel
with as little code as possible.  MULTIPROCESSOR enables a lot
of additional code and data, and if i'm building a stripped down
kernel for a system with only one CPU, that's bloat i don't need.

i didn't bother commiting the changes i made, it was only a
relatively small change (5 files, 10 lines?)


.mrg.


Home | Main Index | Thread Index | Old Index