| commit | b80321f7c106a4efe6ac44e6a1aa8a129453bf78 | [log] [tgz] |
|---|---|---|
| author | Thomas Gleixner <tglx@linutronix.de> | Fri Jul 03 08:44:56 2009 -0500 |
| committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Thu Jul 11 17:28:22 2019 +0200 |
| tree | d81c4bc98d4dba9fcd388d5e75fe2dad06e58838 | |
| parent | 649fbd7b05f39ede85c5bc3565c0417476cfb467 [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>