]> git.karo-electronics.de Git - karo-tx-linux.git/commit
UML - Stop using libc asm/page.h
authorJeff Dike <jdike@addtoit.com>
Thu, 1 Nov 2007 19:53:25 +0000 (15:53 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Nov 2007 16:22:57 +0000 (08:22 -0800)
commit90118e754066f25ff6c168e257ecae536cbb02ac
treefa029325bc847bc22d7ab11a6a05f0e56ff4fe1d
parent5361fb20ccec8c0d054fb4362735699fcb3f8aa9
UML - Stop using libc asm/page.h

commit 71f926f2ea61994470a53c9e11d3ef993197cada in mainline.

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.

[ jdike - added arch/um/kernel/skas/clone.c for -stable ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/um/include/common-offsets.h
arch/um/include/sysdep-i386/stub.h
arch/um/kernel/skas/clone.c
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