![]() | |||||||||||
Messages in this thread |
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
| ||||||||||
| Last update: 2005-03-22 14:08 [from the cache] ©2003-2008 | |||||||||||