commit | bf7bc185a448fd804bc6300908a52735b4c6a134 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Jul 21 23:06:05 2009 +0200 |
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Fri Dec 23 17:13:44 2016 +0100 |
tree | c56fced9cc0c57f9a9cfcff0f97f7c159ac2dde0 | |
parent | cbffce602bfab473eeeaf77edca79f5f377681cd [diff] |
core: Do not disable interrupts on RT in kernel/users.c Use the local_irq_*_nort variants to reduce latencies in RT. The code is serialized by the locks. No need to disable interrupts. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>