public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 1/1] Use pmd_table() MACRO for unmap_area_sections()
Date: Fri, 5 Sep 2008 10:21:33 -0700	[thread overview]
Message-ID: <20080905172133.GM24202@atomide.com> (raw)
In-Reply-To: <1220420188-22518-1-git-send-email-Hiroshi.DOYU@nokia.com>

* Hiroshi DOYU <Hiroshi.DOYU@nokia.com> [080902 22:37]:
> Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>

This should be sent to linux-arm-kernel list.

Tony

> ---
>  arch/arm/mm/ioremap.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mm/ioremap.c b/arch/arm/mm/ioremap.c
> index b81dbf9..9ad7614 100644
> --- a/arch/arm/mm/ioremap.c
> +++ b/arch/arm/mm/ioremap.c
> @@ -161,7 +161,7 @@ static void unmap_area_sections(unsigned long virt, unsigned long size)
>  			/*
>  			 * Free the page table, if there was one.
>  			 */
> -			if ((pmd_val(pmd) & PMD_TYPE_MASK) == PMD_TYPE_TABLE)
> +			if ((pmd_table(pmd))
>  				pte_free_kernel(&init_mm, pmd_page_vaddr(pmd));
>  		}
>  
> -- 
> 1.5.5.1.357.g1af8b
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2008-09-05 17:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-03  5:36 [PATCH 1/1] Use pmd_table() MACRO for unmap_area_sections() Hiroshi DOYU
2008-09-05 17:21 ` Tony Lindgren [this message]
2008-09-05 22:45   ` Russell King - ARM Linux
2008-09-06  0:56     ` Hiroshi DOYU
2008-09-07 19:36       ` Russell King - ARM Linux
2008-09-08  2:04         ` Woodruff, Richard
2008-09-08  6:47           ` Hiroshi DOYU
2008-09-08 13:21             ` Woodruff, Richard
2008-09-08  3:38         ` Hiroshi DOYU

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=20080905172133.GM24202@atomide.com \
    --to=tony@atomide.com \
    --cc=Hiroshi.DOYU@nokia.com \
    --cc=linux-omap@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox