On 06/19/2013 03:53 PM, David Rientjes wrote:
On Wed, 19 Jun 2013, Srivatsa S. Bhat wrote:
__zone_pcp_update() is called via stop_machine(), which already disables
local irq.
mm/page_alloc.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
This seems like a fine cleanup because stop_machine() disable irqs, but it
appears like there is two problems with this function already:
Re-examining this, I've realized that my previous patchset containing
"mm/page_alloc: convert zone_pcp_update() to rely on memory barriers
instead of stop_machine()"
already went through and fixed this up (the right way). So ignore this
patch.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>