From: Pantelis Antoniou <panto@intracom.gr>
To: Pantelis Antoniou <panto@intracom.gr>
Cc: PPC_LINUX <linuxppc-embedded@ozlabs.org>
Subject: Re: [PATCH 2.6.11.7] Remove iopa()
Date: Tue, 10 May 2005 14:10:42 +0300 [thread overview]
Message-ID: <428096B2.2040300@intracom.gr> (raw)
In-Reply-To: <428094E8.4060900@intracom.gr>
Pantelis Antoniou wrote:
> McMullan, Jason wrote:
>
>> iopa() is stupid. Remove it.
>>
>>
>>
>
> Jason take a look at virt_to_phys...
>
> extern inline unsigned long virt_to_phys(volatile void * address)
> {
> #ifndef CONFIG_APUS
> return (unsigned long) address - KERNELBASE;
> #else
> return iopa ((unsigned long) address);
> #endif
> }
>
> Maybe virt_to_xxx needs to go too?
>
Oops sorry. Maybe APUS needs to go instead :)
Regards
Pantelis
prev parent reply other threads:[~2005-05-10 11:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-09 20:57 [PATCH 2.6.11.7] Remove iopa() McMullan, Jason
2005-05-10 11:03 ` Pantelis Antoniou
2005-05-10 11:10 ` Pantelis Antoniou [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=428096B2.2040300@intracom.gr \
--to=panto@intracom.gr \
--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.