[PATCH 1/9] atomic: Export fetch_or()

2016-02-04 Thread Frederic Weisbecker
Export fetch_or() that's implemented and used internally by the scheduler. We are going to use it for NO_HZ so make it generally available. Reviewed-by: Chris Metcalf Cc: Christoph Lameter Cc: Chris Metcalf Cc: Ingo Molnar Cc: Luiz Capitulino Cc: Peter Zijlstra Cc: Rik van Riel Cc: Thomas G

[PATCH 1/9] atomic: Export fetch_or()

2015-12-14 Thread Frederic Weisbecker
Export fetch_or() that's implemented and used internally by the scheduler. We are going to use it for NO_HZ so make it generally available. Cc: Christoph Lameter Cc: Chris Metcalf Cc: Ingo Molnar Cc: Luiz Capitulino Cc: Peter Zijlstra Cc: Rik van Riel Cc: Thomas Gleixner Cc: Viresh Kumar S

Re: [PATCH 1/9] atomic: Export fetch_or()

2015-12-16 Thread Chris Metcalf
On 12/14/2015 01:38 PM, Frederic Weisbecker wrote: Export fetch_or() that's implemented and used internally by the scheduler. We are going to use it for NO_HZ so make it generally available. I'm still really dubious about the precedent of putting fetch_or() in the global namespace, but if no on