From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Tue, 30 Oct 2001 19:32:05 +0000 Subject: Re: [Linux-ia64] Re: Lion problems with 2.4.13... Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Tue, 30 Oct 2001 08:30:22 -0600, "Robert K Gjertsen" said: Rob> On an entirely different note, I see that flush_tlb_all is Rob> exported by the Linux kernel. I've rolled my own functions for Rob> flush_tlb_page and flush_tlb_range for our filesystem, but it Rob> would be nice if these were also exported by the kernel (I see Rob> there is a ptcg lock being used in this code although I think Rob> I'm OK not using this on pages that we are fiddling with). How Rob> do I go about seeing if flush_tlb_range could also be exported Rob> in the ia64 Linux code stream? I don't have a problem with exporting flush_tlb_range. I just added it to ia64_ksyms.c. --david