From: Vincent Hanquez Date: Thu, 23 Jun 2005 07:08:44 +0000 (-0700) Subject: [PATCH] xen: x86: Rename usermode macro X-Git-Tag: v2.6.13-rc1~68^2~477 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa1e1bdf78d405f9905b8290ee9211e7a7bbc99b;p=pandora-kernel.git [PATCH] xen: x86: Rename usermode macro Rename user_mode to user_mode_vm and add a user_mode macro similar to the x86-64 one. This is useful for Xen because the linux xen kernel does not runs on the same priviledge that a vanilla linux kernel, and with this we just need to redefine user_mode(). Signed-off-by: Vincent Hanquez Cc: Ian Pratt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed