Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 295031 Details for
Bug 430938
RHEL5.2: Improved Power Now! in Xen support on 2nd generation Opteron systems
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix 16core xen power now
RHEL5.2_fix_16core_Xen_PN.patch (text/plain), 729 bytes, created by
Bhavna Sarathy
on 2008-02-15 18:42:06 UTC
(
hide
)
Description:
fix 16core xen power now
Filename:
MIME Type:
Creator:
Bhavna Sarathy
Created:
2008-02-15 18:42:06 UTC
Size:
729 bytes
patch
obsolete
>Resolves BZ 430938 > >Xen dom0 arbitrarily assigns APIC ID x to CPU ID x. Make dom0 also >assign the APIC ID to ACPI ID mapping in the same way. > >--- linux-2.6.18.i386/drivers/xen/core/smpboot.c.smporig 2008-02-15 13:10:14.000000000 -0500 >+++ linux-2.6.18.i386/drivers/xen/core/smpboot.c 2008-02-15 13:11:07.000000000 -0500 >@@ -240,6 +240,7 @@ void __init smp_prepare_cpus(unsigned in > > cpu_2_logical_apicid[0] = 0; > x86_cpu_to_apicid[0] = 0; >+ x86_acpiid_to_apicid[0] = 0; > > current_thread_info()->cpu = 0; > >@@ -287,6 +288,7 @@ void __init smp_prepare_cpus(unsigned in > > cpu_2_logical_apicid[cpu] = cpu; > x86_cpu_to_apicid[cpu] = cpu; >+ x86_acpiid_to_apicid[cpu] = cpu; > > idle = fork_idle(cpu); > if (IS_ERR(idle))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430938
:
295028
|
295029
|
295030
| 295031