All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Zeffertt <ajz@cambridgebroadband.com>
To: GSM909@gmx.de
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: invalidate_dcache_range Kernel 2.6.14
Date: Fri, 04 Aug 2006 14:59:58 +0100	[thread overview]
Message-ID: <44D352DE.9060007@cambridgebroadband.com> (raw)
In-Reply-To: <20060804130938.78980@gmx.net>

GSM909@gmx.de wrote:
> I have an old driver that need the funktion invalidate_dcache_range but when I compile the driver : Unknown symbol invalidate_dcache_range.
> 
> Whats the name of this funktion now ???
> 

The same.  You just need to add EXPORT_SYMBOL(invalidate_dcache_range) to
ppc_ksys.c for your module to see it.


> Regards
> Ted

Alex

  reply	other threads:[~2006-08-04 14:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-04 13:09 invalidate_dcache_range Kernel 2.6.14 GSM909
2006-08-04 13:59 ` Alex Zeffertt [this message]
2006-08-04 14:01   ` Alex Zeffertt

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=44D352DE.9060007@cambridgebroadband.com \
    --to=ajz@cambridgebroadband.com \
    --cc=GSM909@gmx.de \
    --cc=linuxppc-embedded@ozlabs.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.