]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] xen: x86_64: use more usermode macro
authorVincent Hanquez <vincent.hanquez@cl.cam.ac.uk>
Thu, 23 Jun 2005 07:08:46 +0000 (00:08 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:14 +0000 (09:45 -0700)
commit3f937714b9307afda5c4d27c88ec67dafeda3508
treee12d15d64acb25dc35b4ab9d022314243181bc10
parentf32f5d3f4f835ef90537d9ad3c7757fb0dd7ec8c
[PATCH] xen: x86_64: use more usermode macro

Make use of the user_mode macro where it's possible.  This is useful for Xen
because it will need only to redefine only the macro to a hypervisor call.

Signed-off-by: Vincent Hanquez <vincent.hanquez@cl.cam.ac.uk>
Cc: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/signal.c
arch/x86_64/kernel/traps.c
arch/x86_64/mm/fault.c