Re: [PATCH] x86_64: fix overlap between pagetable with bss section

From: Ingo Molnar
Date: Tue Jan 29 2008 - 12:48:30 EST



* Yinghai Lu <Yinghai.Lu@xxxxxxx> wrote:

> > > + /* need to round it up to avoid overlap less one page */
> > > + table_start = round_up(table_start, PAGE_SIZE);
> > > table_start >>= PAGE_SHIFT;
> > > table_end = table_start;
> >
> > thanks, applied.
>
> can you use v2 instead? v2 have more comments.

yes, i have v2.

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/