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 155255 Details for
Bug 240782
Installing RHEL 3.8 floods serial console with text messages.
[?]
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]
Upstream patch that fixes this issue
time.c.take3.diff (text/plain), 1.19 KB, created by
Prarit Bhargava
on 2007-05-23 15:00:50 UTC
(
hide
)
Description:
Upstream patch that fixes this issue
Filename:
MIME Type:
Creator:
Prarit Bhargava
Created:
2007-05-23 15:00:50 UTC
Size:
1.19 KB
patch
obsolete
>===== arch/ia64/kernel/time.c 1.35 vs edited ===== >--- 1.35/arch/ia64/kernel/time.c Wed Oct 8 12:53:38 2003 >+++ edited/arch/ia64/kernel/time.c Wed Oct 15 08:54:31 2003 >@@ -65,8 +65,12 @@ > } > > /* >- * Return the number of nano-seconds that elapsed since the last update to jiffy. The >- * xtime_lock must be at least read-locked when calling this routine. >+ * Return the number of nano-seconds that elapsed since the last >+ * update to jiffy. It is quite possible that the timer interrupt >+ * will interrupt this and result in a race for any of jiffies, >+ * wall_jiffies or itm_next. Thus, the xtime_lock must be at least >+ * read synchronised when calling this routine (see do_gettimeofday() >+ * below for an example). > */ > unsigned long > itc_get_offset (void) >@@ -77,11 +81,6 @@ > last_tick = (cpu_data(TIME_KEEPER_ID)->itm_next > - (lost + 1)*cpu_data(TIME_KEEPER_ID)->itm_delta); > >- if (unlikely((long) (now - last_tick) < 0)) { >- printk(KERN_ERR "CPU %d: now < last_tick (now=0x%lx,last_tick=0x%lx)!\n", >- smp_processor_id(), now, last_tick); >- return last_nsec_offset; >- } > elapsed_cycles = now - last_tick; > return (elapsed_cycles*local_cpu_data->nsec_per_cyc) >> IA64_NSEC_PER_CYC_SHIFT; > } >
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 240782
:
155120
| 155255 |
155283