[PATCH] uml: cross-build support : mk_task and mk_constants
authorAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Thu, 5 May 2005 23:15:27 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:35 +0000 (16:36 -0700)
commitda998a2aecd3f15eca5385e1122610890039c4df
treeb7c8f48cc57f7f21a0032cdcebcbaf74a36f172c
parent2b8b611e9a4725ae558af4fa48cf7d9e2193e7ed
[PATCH] uml: cross-build support : mk_task and mk_constants

helpers in arch/um/util (mk_task and mk_constants) converted.  That's it -
none of the helpers depends on build and target being the same architecture
anymore.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/Makefile
arch/um/util/Makefile
arch/um/util/mk_constants.c [new file with mode: 0644]
arch/um/util/mk_constants_kern.c [deleted file]
arch/um/util/mk_constants_user.c [deleted file]
arch/um/util/mk_task.c [moved from arch/um/util/mk_task_user.c with 75% similarity]
arch/um/util/mk_task_kern.c [deleted file]