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-devel

[Xen-devel] [PATCH] remove unused get_smp_processor_id

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] remove unused get_smp_processor_id
From: Chris Wright <chrisw@xxxxxxxx>
Date: Fri, 15 Apr 2005 14:24:25 -0700
Delivery-date: Fri, 15 Apr 2005 21:24:20 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6i
Remove unused get_smp_processor_id().

Signed-off-by: Chris Wright <chrisw@xxxxxxxx>
---

 linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/common.c |    6 ------
 1 files changed, 6 deletions(-)

===== linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/common.c 1.18 vs edited 
=====
--- 1.18/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/common.c      
2005-04-04 08:38:39 -07:00
+++ edited/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/common.c    
2005-04-12 16:08:15 -07:00
@@ -640,9 +640,3 @@ void __init cpu_init (void)
        clear_used_math();
        mxcsr_feature_mask_init();
 }
-
-
-int get_smp_processor_id(void)
-{
-       return smp_processor_id();
-}

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] remove unused get_smp_processor_id, Chris Wright <=