* [PATCH] linux/x86-64: eliminate dead code
@ 2008-07-23 13:14 Jan Beulich
0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2008-07-23 13:14 UTC (permalink / raw)
To: xen-devel
As usual, written and tested on 2.6.26 and made apply to the 2.6.18
tree without further testing.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Index: head-2008-07-21/arch/x86_64/kernel/process-xen.c
===================================================================
--- head-2008-07-21.orig/arch/x86_64/kernel/process-xen.c 2008-07-22 18:12:09.000000000 +0200
+++ head-2008-07-21/arch/x86_64/kernel/process-xen.c 2008-07-22 08:23:25.000000000 +0200
@@ -846,9 +846,3 @@ unsigned long arch_align_stack(unsigned
sp -= get_random_int() % 8192;
return sp & ~0xf;
}
-
-#ifndef CONFIG_SMP
-void _restore_vcpu(void)
-{
-}
-#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-23 13:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-23 13:14 [PATCH] linux/x86-64: eliminate dead code Jan Beulich
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.