From: Hiroshi Shimamoto Date: Thu, 29 Jan 2009 19:49:18 +0000 (-0800) Subject: x86: uaccess: fix compilation error on CONFIG_M386 X-Git-Tag: v2.6.30-rc1~2^2~50^2~39^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019a1369667c3978f9644982ebe6d261dd2bbc40;p=pandora-kernel.git x86: uaccess: fix compilation error on CONFIG_M386 In case of !CONFIG_X86_WP_WORKS_OK, __put_user_size_ex() is not defined. Add macros for !CONFIG_X86_WP_WORKS_OK case. Signed-off-by: Hiroshi Shimamoto Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed