• Keith Mannthey's avatar
    [PATCH] for i386 SETUP CODE · 9cbec887
    Keith Mannthey authored
       The following is a simple fix for an array overrun problem in
    mpparse.c.  I am working on a multiquad box which has a EISA bus in it
    for it's service processor.  It's local bus number is 18 which is > 3
    (see quad_local_to_mp_bus_id.  When the NR_CPUS is close the the real
    number of cpus adding the EISA bus #18 in the array stomps all over
    various things in memory.  The EISA bus does not need to be mapped
    anywhere in the kernel for anything.  This patch will not affect non
    clustered apic (multiquad) kernels.
    9cbec887
mpparse.c 29 KB