 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 4/8] mm: Scrub memory from idle loop
 
 
scrub_free_pages is called from idle loop as
        else if ( !softirq_pending(cpu) && !scrub_free_pages() )
            pm_idle();
so softirq_pending() is unnecessary here.
(Not sure why you are saying it would be invoked twice)
-boris
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |