]> git.karo-electronics.de Git - karo-tx-linux.git/commit
uml: stop using libc asm/page.h
authorJeff Dike <jdike@addtoit.com>
Tue, 16 Oct 2007 08:26:44 +0000 (01:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:04 +0000 (09:43 -0700)
commit71f926f2ea61994470a53c9e11d3ef993197cada
tree731d5ce6d0be171f693a1c0960f752a5b8e708fc
parent2f8a2dc2cf8012179e35c1f01a1eef45de18f1a7
uml: stop using libc asm/page.h

Remove includes of asm/page.h from libc code.  This header seems to be
disappearing, and UML doesn't make much use of it anyway.

The one use, PAGE_SHIFT in stub.h, is handled by copying the constant from the
kernel side of the house in common_offsets.h.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/include/common-offsets.h
arch/um/include/sysdep-i386/stub.h
arch/um/os-Linux/main.c
arch/um/os-Linux/skas/mem.c
arch/um/os-Linux/start_up.c
arch/um/os-Linux/tt.c