[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.1-testing] Revert (linux-2.6.18-xen) 419:0034d9389 and (linux-2.6.18-xen) 425:9dea529497.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1204363816 0 # Node ID 50f4ac3b53446831088fb8d71083239bbbfd577f # Parent 53fadc573530c74ec14a7ddc48499971189f0cb2 Revert (linux-2.6.18-xen) 419:0034d9389 and (linux-2.6.18-xen) 425:9dea529497. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> linux-2.6.18-xen changeset: 458:eb906651be99d2e93850f809a70c32bf60881b01 linux-2.6.18-xen date: Sat Mar 01 09:19:27 2008 +0000 --- linux-2.6-xen-sparse/drivers/xen/core/smpboot.c | 9 --------- 1 files changed, 9 deletions(-) diff -r 53fadc573530 -r 50f4ac3b5344 linux-2.6-xen-sparse/drivers/xen/core/smpboot.c --- a/linux-2.6-xen-sparse/drivers/xen/core/smpboot.c Sat Mar 01 09:29:28 2008 +0000 +++ b/linux-2.6-xen-sparse/drivers/xen/core/smpboot.c Sat Mar 01 09:30:16 2008 +0000 @@ -72,13 +72,6 @@ unsigned int maxcpus = NR_CPUS; unsigned int maxcpus = NR_CPUS; #endif -#ifdef CONFIG_ACPI -#define set_x86_acpiid_to_apicid(acpiid, apicid) \ - (x86_acpiid_to_apicid[acpiid] = apicid) -#else -#define set_x86_acpiid_to_apicid(acpiid, apicid) ((void)0) -#endif - void __init prefill_possible_map(void) { int i, rc; @@ -277,7 +270,6 @@ void __init smp_prepare_cpus(unsigned in cpu_2_logical_apicid[0] = 0; x86_cpu_to_apicid[0] = 0; - set_x86_acpiid_to_apicid(0, 0); current_thread_info()->cpu = 0; @@ -326,7 +318,6 @@ void __init smp_prepare_cpus(unsigned in cpu_2_logical_apicid[cpu] = cpu; x86_cpu_to_apicid[cpu] = cpu; - set_x86_acpiid_to_apicid(cpu, cpu); idle = fork_idle(cpu); if (IS_ERR(idle)) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |