uml: create arch.h
authorJeff Dike <jdike@addtoit.com>
Sun, 6 May 2007 21:51:07 +0000 (14:51 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 7 May 2007 19:13:01 +0000 (12:13 -0700)
commiteb8307595baa729a12db0fec9a80910b13bd6fc8
tree8fe64a44999871932f0c1671026747840f701b2b
parentc65badbdf5dc117e45873e760f807063ad59a854
uml: create arch.h

This patch moves the declarations of the architecture hooks from user_util.h
to a new header, arch.c, and adds the necessary includes to files which need
those declarations.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/include/arch.h [new file with mode: 0644]
arch/um/include/user_util.h
arch/um/kernel/trap.c
arch/um/kernel/um_arch.c