TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:9380] VMWare 1.1.1



On Sun, 24 Oct 1999, Bob Tanner wrote:
> > /*
> >  * We need the APIC definitions automatically as part of 'smp.h'
> >  */
> > #include <linux/config.h>
> > #ifdef CONFIG_X86_LOCAL_APIC
> > #ifndef ASSEMBLY
> > #include <asm/fixmap.h>
> > #include <asm/i82489.h>
> > #include <asm/bitops.h>
> > #endif
> > #endif
> 
> VA Linux has the same header. For some reason VMWare does not define
> CONFIG_X86_LOCAL_APIC, which is needed in order to get the the appropriate
> includes going.

I belive CONFIG_X86_LOCAL_APIC is actually defined in the kernel
configuration files, but I'm not positive. What are the results if you
drop the #ifdef/#endif sets there? So something like this:

#include <linux/config.h>
#include <asm/fixmap.h>
#include <asm/i82489.h>
#include <asm/bitops.h>

----
Nate Carlson
the infinite loop
natecars@infiniteloop.com