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 295028 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]
resync TSC extrapolation
RHEL5.2_resync_TSC_extrapolated_freq.patch (text/plain), 742 bytes, created by
Bhavna Sarathy
on 2008-02-15 18:40:51 UTC
(
hide
)
Description:
resync TSC extrapolation
Filename:
MIME Type:
Creator:
Bhavna Sarathy
Created:
2008-02-15 18:40:51 UTC
Size:
742 bytes
patch
obsolete
>Resolves BZ 430938 > >When Xen is notified that CPU frequency has changed, do not trust >the current TSC-extrapolated time when we re-sync. > > >--- xen/arch/x86/time.c.resyncorig 2008-02-06 16:24:30.000000000 -0500 >+++ xen/arch/x86/time.c 2008-02-06 16:28:44.000000000 -0500 >@@ -733,8 +733,10 @@ int cpu_frequency_change(u64 freq) > local_irq_disable(); > rdtscll(curr_tsc); > t->local_tsc_stamp = curr_tsc; >- t->stime_local_stamp = get_s_time(); > t->stime_master_stamp = read_platform_stime(); >+ /* TSC-extrapolated time may be bogus after frequency change. */ >+ /*t->stime_local_stamp = get_s_time();*/ >+ t->stime_local_stamp = t->stime_master_stamp; > set_time_scale(&t->tsc_scale, freq); > local_irq_enable(); >
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