From: Tony Lindgren <tony@atomide.com>
To: Kyungmin Park <kyungmin.park@samsung.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] misc patch on 24xx
Date: Fri, 13 Jan 2006 16:57:10 -0800 [thread overview]
Message-ID: <20060114005710.GM5499@atomide.com> (raw)
In-Reply-To: <0ISN0041GUEIYE@mmp1.samsung.com>
* Kyungmin Park <kyungmin.park@samsung.com> [060105 23:37]:
> Hi
>
> We need to display correct SRAM physical address.
>
> Regards,
> Kyungmin Park
>
> diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c
> --- a/arch/arm/plat-omap/sram.c
> +++ b/arch/arm/plat-omap/sram.c
> @@ -147,7 +147,8 @@ void __init omap_map_sram(void)
> iotable_init(omap_sram_io_desc, ARRAY_SIZE(omap_sram_io_desc));
>
> printk(KERN_INFO "SRAM: Mapped pa 0x%08lx to va 0x%08lx size:
> 0x%lx\n",
> - omap_sram_io_desc[0].pfn, omap_sram_io_desc[0].virtual,
> + __pfn_to_phys(omap_sram_io_desc[0].pfn),
> + omap_sram_io_desc[0].virtual,
> omap_sram_io_desc[0].length);
>
> /*
Thanks applied.
Tony
prev parent reply other threads:[~2006-01-14 0:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-06 7:35 [PATCH] misc patch on 24xx Kyungmin Park
2006-01-14 0:57 ` Tony Lindgren [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=20060114005710.GM5499@atomide.com \
--to=tony@atomide.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-omap-open-source@linux.omap.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox