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 291423 Details for
Bug 428479
Fix a bug in the TSC synchronize code
[?]
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 a TSC bug
RHEL5.2_fix_TSC_AMD.patch (text/plain), 1010 bytes, created by
Bhavna Sarathy
on 2008-01-11 21:55:26 UTC
(
hide
)
Description:
Fix a TSC bug
Filename:
MIME Type:
Creator:
Bhavna Sarathy
Created:
2008-01-11 21:55:26 UTC
Size:
1010 bytes
patch
obsolete
>--- linux-2.6.18.i386/arch/x86_64/kernel/time.c.tscfix 2008-01-11 16:50:42.000000000 -0500 >+++ linux-2.6.18.i386/arch/x86_64/kernel/time.c 2008-01-11 16:52:59.000000000 -0500 >@@ -1022,6 +1022,12 @@ __cpuinit int unsynchronized_tsc(void) > if (apic_is_clustered_box()) > return 1; > #endif >+ >+ /* AMD systems with constant TSCs have synchronized clocks */ >+ if ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && >+ (boot_cpu_has(X86_FEATURE_CONSTANT_TSC))) >+ return 0; >+ > /* Most intel systems have synchronized TSCs except for > multi node systems */ > if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) { >@@ -1029,11 +1035,6 @@ __cpuinit int unsynchronized_tsc(void) > /* But TSC doesn't tick in C3 so don't use it there */ > if (acpi_fadt.length > 0 && acpi_fadt.plvl3_lat < 1000) > return 1; >- >- /* AMD systems with constant TSCs have synchronized clocks */ >- if ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && >- (boot_cpu_has(X86_FEATURE_CONSTANT_TSC))) >- return 0; > #endif > return 0; > }
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 428479
: 291423 |
293653