Re: [PATCH] uml-i386: fix build breakage with CONFIG_HIGHMEM

2007-02-01 Thread Jeff Dike
On Thu, Feb 01, 2007 at 01:53:04PM +, Al Viro wrote: > missing helper used by arch/i386/mm/highmem.c, which is pulled > into build on that configuration. > > Signed-off-by: Al Viro <[EMAIL PROTECTED]> ACK Jeff -- Work email - jdike at linux dot intel dot com - To unsubscribe from t

[PATCH] uml-i386: fix build breakage with CONFIG_HIGHMEM

2007-02-01 Thread Al Viro
missing helper used by arch/i386/mm/highmem.c, which is pulled into build on that configuration. Signed-off-by: Al Viro <[EMAIL PROTECTED]> --- include/asm-um/pgtable.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/include/asm-um/pgtable.h b/include/asm-um/pgta