WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Remove unused x86_64 functions.

# HG changeset patch
# User iap10@xxxxxxxxxxxxxxxxxxxx
# Node ID 70aa62954e91ccbfbd80be4aba45a945a7d1b428
# Parent  95ec0b1342061e13e3cd489631db54e0ec2e8f33
Remove unused x86_64 functions.
Signed-off-by: ian@xxxxxxxxxxxxx

diff -r 95ec0b134206 -r 70aa62954e91 
linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c
--- a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c     Thu Oct 13 
22:16:03 2005
+++ b/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c     Fri Oct 14 
00:42:34 2005
@@ -1246,21 +1246,6 @@
        unbind_ipi_from_irq(CALL_FUNCTION_VECTOR, cpu);
 }
 
-extern void local_setup_timer_irq(void);
-extern void local_teardown_timer_irq(void);
-
-void smp_suspend(void)
-{
-       local_teardown_timer_irq();
-       smp_intr_exit();
-}
-
-void smp_resume(void)
-{
-       smp_intr_init();
-       local_setup_timer_irq();
-}
-
 void vcpu_prepare(int vcpu)
 {
 }

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove unused x86_64 functions., Xen patchbot -unstable <=