| commit | 77d3b15576410924f88e476ffae41a6552ca0526 | [log] [tgz] |
|---|---|---|
| author | Thomas Gleixner <tglx@linutronix.de> | Fri Jul 03 08:44:56 2009 -0500 |
| committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Mon Oct 29 12:44:58 2018 +0100 |
| tree | 82081cc3ce9dcfedf8ee2aba9a0962777ce6ce9c | |
| parent | 959c754565994740c26ce6075a5b359f91bcbc42 [diff] |
signals: Allow rt tasks to cache one sigqueue struct To avoid allocation allow rt tasks to cache one sigqueue struct in task struct. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>