[PATCH] uml: cross-build support : kernel_offsets
authorAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Thu, 5 May 2005 23:15:25 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:35 +0000 (16:36 -0700)
commita31769ed3ee82198fd530cb1d79ee9c7f8eeb1d1
treed512ffff086b47597e7bb1b431aa65353b113cc5
parent6bae32d395b532959703462c21248fbeb9894e95
[PATCH] uml: cross-build support : kernel_offsets

The next group of helpers is a bit trickier - they want the constants similar
to those in user-offsets.h, but we need target sc.h for it.  So we can't put
that into user-offsets (sc.h depends on it) and need the second generated
header for that stuff (kernel-offsets.h.  BFD...

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/include/common-offsets.h [new file with mode: 0644]
arch/um/sys-i386/kernel-offsets.c [new file with mode: 0644]
arch/um/sys-x86_64/kernel-offsets.c [new file with mode: 0644]