Re: [RFC] remove highmem_start_page

From: Andrew Morton
Date: Tue Oct 26 2004 - 19:23:44 EST


Dave Hansen <haveblue@xxxxxxxxxx> wrote:
>
> +static inline int page_is_highmem(struct page *page)
> +{
> + return PageHighMem(page);
> +}

(boggle). Why not just use PageHighMem() directly?
-
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/