lkml.org 
[lkml]   [2008]   [Jan]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/5] x86: early_ioremap_reset fix 2

* Huang, Ying <ying.huang@intel.com> 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


\
 
 \ /
  Last update: 2008-01-31 13:17    [W:0.053 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site