Re: [PATCH 3/5] x86: early_ioremap_reset fix 2

From: Ingo Molnar
Date: Thu Jan 31 2008 - 07:15:35 EST



* Huang, Ying <ying.huang@xxxxxxxxx> wrote:

> - if (!*pte & _PAGE_PRESENT) {
> + if (*pte & _PAGE_PRESENT) {

btw., the usual form for that is pte_present(*pte). (i've fixed this up
in the patch)

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/