debuggers.hg
changeset 4579:7ea030aa6f3f
bitkeeper revision 1.1303 (42603cfcV4b1vmdRdZJg3Fl9rZ2Tkw)
[PATCH] [PATCH] remove unused get_smp_processor_id
Remove unused get_smp_processor_id().
Signed-off-by: Chris Wright <chrisw@osdl.org>
[PATCH] [PATCH] remove unused get_smp_processor_id
Remove unused get_smp_processor_id().
Signed-off-by: Chris Wright <chrisw@osdl.org>
author | chrisw@osdl.org[iap10] |
---|---|
date | Fri Apr 15 22:15:24 2005 +0000 (2005-04-15) |
parents | 591397ce3bb9 |
children | 1e5599e62873 |
files | linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/common.c |
line diff
1.1 --- a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/common.c Fri Apr 15 22:14:51 2005 +0000 1.2 +++ b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/common.c Fri Apr 15 22:15:24 2005 +0000 1.3 @@ -640,9 +640,3 @@ void __init cpu_init (void) 1.4 clear_used_math(); 1.5 mxcsr_feature_mask_init(); 1.6 } 1.7 - 1.8 - 1.9 -int get_smp_processor_id(void) 1.10 -{ 1.11 - return smp_processor_id(); 1.12 -}