From: bert hubert <ahu@ds9a.nl>
To: Hsu I-Chieh <ejhsu@msn.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Can't call function provided by kernel
Date: Thu, 9 Dec 2004 15:05:50 +0100 [thread overview]
Message-ID: <20041209140550.GA8230@outpost.ds9a.nl> (raw)
In-Reply-To: <BAY5-F186433AE314D0B1687EDC0A4B70@phx.gbl>
On Thu, Dec 09, 2004 at 08:09:08AM +0000, Hsu I-Chieh wrote:
> 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:
The problem is probably that local_flush_tlb_all() is not exported. It
appears to only be exported on IA64.
In fact, it appears the entire function does not exist on all that many
architectures!
--
http://www.PowerDNS.com Open source, database driven DNS Software
http://lartc.org Linux Advanced Routing & Traffic Control HOWTO
prev parent reply other threads:[~2004-12-09 14:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041209140550.GA8230@outpost.ds9a.nl \
--to=ahu@ds9a.nl \
--cc=ejhsu@msn.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.