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 298553 Details for
Bug 438205
high cputime values for softirq-timer
[?]
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 to move calc_load and update_wall_time out of softirq-timer context
johntest (text/plain), 847 bytes, created by
IBM Bug Proxy
on 2008-03-19 17:49:57 UTC
(
hide
)
Description:
patch to move calc_load and update_wall_time out of softirq-timer context
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2008-03-19 17:49:57 UTC
Size:
847 bytes
patch
obsolete
>Index: linux-2.6.24.1-ibmrt2.0-view/kernel/timer.c >=================================================================== >--- linux-2.6.24.1-ibmrt2.0-view.orig/kernel/timer.c >+++ linux-2.6.24.1-ibmrt2.0-view/kernel/timer.c >@@ -1080,10 +1080,8 @@ static inline void update_times(void) > static void run_timer_softirq(struct softirq_action *h) > { > tvec_base_t *base = per_cpu(tvec_bases, raw_smp_processor_id()); >- >- update_times(); >+// update_times(); > hrtimer_run_queues(); >- > if (time_after_eq(jiffies, base->timer_jiffies)) > __run_timers(base); > } >@@ -1097,7 +1095,11 @@ static void run_timer_softirq(struct sof > void do_timer(unsigned long ticks) > { > jiffies_64 += ticks; >- timekeeping_accumulate(); >+// timekeeping_accumulate(); >+ update_wall_time(); >+#ifndef CONFIG_PREEMPT_RT >+ calc_load(ticks); >+#endif > } > > #ifdef __ARCH_WANT_SYS_ALARM
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 Raw
Actions:
View
Attachments on
bug 438205
: 298553 |
313278