public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Can't call function provided by kernel
@ 2004-12-09  8:09 Hsu I-Chieh
  2004-12-09 10:59 ` Martin Waitz
  2004-12-09 14:05 ` bert hubert
  0 siblings, 2 replies; 3+ messages in thread
From: Hsu I-Chieh @ 2004-12-09  8:09 UTC (permalink / raw)
  To: linux-kernel

Hi all,

I'm writing a kernel module in kernel 2.6.x. I called local_flush_tlb_all() 
in my module 
and there is no error or warning during compiling time. The code fragment 
is as follow:

#include <asm/tlbflush.h>

void tlb_flush()
{
    ....
    local_flush_tlb_all();
    ....
}

But when i insert this module into kernel, the message below is displayed:
    mymodule: Unknown symbol local_flush_tlb_all
    insmod: cannot insert `./mymodule.ko': Success (2): Success

Please do help!!

TIA
 
With regards,

Jacky Hsu

_________________________________________________________________
立即申請 MSN Mobile 服務:用手機和 MSN Messenger 網友隨時交談  
http://msn.com.tw/msnmobile 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-12-09 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-09  8:09 Can't call function provided by kernel Hsu I-Chieh
2004-12-09 10:59 ` Martin Waitz
2004-12-09 14:05 ` bert hubert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox