Implement atomic logic ops -- atomic_{or,xor,and}.
These will replace the atomic_{set,clear}_mask functions that are
available on some archs.
TODO: use inline asm or at least asm macros to collapse the lot.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
||
|---|---|---|
| .. | ||
| boards | ||
| include/mach | ||
| atomic.S | ||
| coreb.c | ||
| dma.c | ||
| hotplug.c | ||
| ints-priority.c | ||
| Kconfig | ||
| Makefile | ||
| secondary.S | ||
| smp.c | ||