summaryrefslogtreecommitdiffstats
path: root/arch/i386/mach-voyager
diff options
context:
space:
mode:
authorVincent Hanquez2005-06-23 09:08:44 +0200
committerLinus Torvalds2005-06-23 18:45:14 +0200
commitfa1e1bdf78d405f9905b8290ee9211e7a7bbc99b (patch)
tree92b63c9965beb9718cfe426f2c2a81f397eb87c4 /arch/i386/mach-voyager
parent[PATCH] xen: x86: Use new macro for debugreg (diff)
downloadkernel-qcow2-linux-fa1e1bdf78d405f9905b8290ee9211e7a7bbc99b.tar.gz
kernel-qcow2-linux-fa1e1bdf78d405f9905b8290ee9211e7a7bbc99b.tar.xz
kernel-qcow2-linux-fa1e1bdf78d405f9905b8290ee9211e7a7bbc99b.zip
[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 <vincent.hanquez@cl.cam.ac.uk> Cc: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/mach-voyager')
-rw-r--r--arch/i386/mach-voyager/voyager_smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/mach-voyager/voyager_smp.c b/arch/i386/mach-voyager/voyager_smp.c
index a6e0ddd65bd0..8c8527593da0 100644
--- a/arch/i386/mach-voyager/voyager_smp.c
+++ b/arch/i386/mach-voyager/voyager_smp.c
@@ -1288,7 +1288,7 @@ smp_local_timer_interrupt(struct pt_regs * regs)
per_cpu(prof_counter, cpu);
}
- update_process_times(user_mode(regs));
+ update_process_times(user_mode_vm(regs));
}
if( ((1<<cpu) & voyager_extended_vic_processors) == 0)