[PATCH] uml: fix compile error for tt
authorPekka J Enberg <penberg@cs.Helsinki.FI>
Mon, 12 Dec 2005 08:37:16 +0000 (00:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 12 Dec 2005 16:57:43 +0000 (08:57 -0800)
commitbf001b26793bd9f8a446577c361226fbcd617182
treea3b4ddadeaf2c5c580569f46e3a5c56f9df2f623
parent8140a5005bc6f1c9d0fa103460d50d472e6e3426
[PATCH] uml: fix compile error for tt

arch/um/kernel/tt/uaccess.c: In function `copy_from_user_tt':
arch/um/kernel/tt/uaccess.c:11: error: `FIXADDR_USER_START' undeclared (first use in this function)
arch/um/kernel/tt/uaccess.c:11: error: (Each undeclared identifier is reported only once
arch/um/kernel/tt/uaccess.c:11: error: for each function it appears in.)

I get the compile error when I disable CONFIG_MODE_SKAS.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Paolo Giarrusso <blaisorblade@yahoo.it>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/include/um_uaccess.h
arch/um/kernel/skas/include/uaccess-skas.h