undefined reference to 'active_load_balance'

Tom Mitchell mitch48 at sbcglobal.net
Sat Jan 17 08:07:51 UTC 2004


On Wed, Jan 14, 2004 at 09:35:15AM -0500, Mike Westkamper wrote:
> From: "Mike Westkamper" <mjwestkamper at weiinc.com>
> 
> kernel/kernel.o(.text+0x1033): In function 'schedule':
> :undefined reference to 'active_load_balance'
> make[1]: *** [kallsyms] error 1
> 

Do the"
	$ find . -print | xargs grep active_load_balance
thing.

It looks like symbols for active_load_balance
are gated by some preprocessor magic.  

Either an include file or a makefile -Dsomething flag is not correctly
configured.  Check your ./arch/*/config.in file and other places
that fiddle with the cpp stuff.


I found...

 #if CONFIG_SHARE_RUNQUEUE
 static void active_load_balance(runqueue_t *this_rq, int this_cpu)

So CONFIG_SHARE_RUNQUEUE is important....
Someone commented that there might be a problem.
Have you picked up the 'latest' test yet?


-- 
	T o m  M i t c h e l l 
	mitch48-at-sbcglobal-dot-net





More information about the fedora-list mailing list