commit | 3afb462fb680b2fa5dedad7161ebf212b5314807 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Sep 27 11:11:46 2012 +0200 |
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Fri Dec 23 17:14:13 2016 +0100 |
tree | 7a3c522c5284750943e51e6fb414cc24e77df036 | |
parent | 5d0e879614c76742e6b66076cf1a2cce7a956af5 [diff] |
mm: page_alloc: Use local_lock_on() instead of plain spinlock The plain spinlock while sufficient does not update the local_lock internals. Use a proper local_lock function instead to ease debugging. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>