Re: /usr/src/sys/config/GENERIC.MP:76: unknown option APIC_IO

2010-11-08 Thread Jan Lentfer
On Mon, 8 Nov 2010 13:37:16 +0530, Siju George sgeorge...@gmail.com
wrote:
 Hi,
 
 Got this error while compiling my SMP kernel with old KERNCONF.

You need to remove that option, it is a sysctl tunable now (see commit
messages).

Jan

-- 
professional: http://www.oscar-consult.de
private: http://neslonek.homeunix.org/drupal/


Re: /usr/src/sys/config/GENERIC.MP:76: unknown option APIC_IO

2010-11-08 Thread Siju George
On Mon, Nov 8, 2010 at 1:46 PM, Jan Lentfer jan.lent...@web.de wrote:
 On Mon, 8 Nov 2010 13:37:16 +0530, Siju George sgeorge...@gmail.com
 wrote:
 Hi,

 Got this error while compiling my SMP kernel with old KERNCONF.

 You need to remove that option, it is a sysctl tunable now (see commit
 messages).


Thanks :-)

--Siju