commit | b18b6a9cef7f30e9a8b7738d5fc8d568cf660855 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Sat Jan 21 00:09:08 2017 -0500 |
committer | John Stultz <john.stultz@linaro.org> | Fri Jan 27 13:05:26 2017 -0800 |
tree | 51be9f1d6b36120182dc4e0906460ddc1e011d65 | |
parent | 9f8197980d87a28ec3d0b3b986f770e7e7878485 [diff] |
timers: Omit POSIX timer stuff from task_struct when disabled When CONFIG_POSIX_TIMERS is disabled, it is preferable to remove related structures from struct task_struct and struct signal_struct as they won't contain anything useful and shouldn't be relied upon by mistake. Code still referencing those structures is also disabled here. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>