lkml.org 
[lkml]   [2020]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH V7 2/4] softirq: Factor loop termination condition
Date
On Tue, Sep 15 2020 at 19:56, qianjun kernel wrote:
> asmlinkage __visible void __softirq_entry __do_softirq(void)
> {
> u64 start = sched_clock();
> unsigned long old_flags = current->flags;
> - int max_restart = MAX_SOFTIRQ_RESTART;
> + unsigned int max_restart = MAX_SOFTIRQ_RESTART;

And this change is related to making the timeout check a function in
which way?

Thanks,

tglx

\
 
 \ /
  Last update: 2020-09-24 10:37    [W:0.121 / U:0.292 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site