commit | ddbc7d0657e9fd38b69f16bd0310703367b52d29 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Oct 25 21:37:43 2019 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Nov 15 14:38:30 2019 +0100 |
tree | 1ae9f7245c8c9209c6b39c63697bd2cddd3d02b0 | |
parent | 4c22ea2b91203564fdf392b3d3cae249b652a8ae [diff] |
y2038: move itimer reset into itimer.c Preparing for a change to the itimer internals, stop using the do_setitimer() symbol and instead use a new higher-level interface. The do_getitimer()/do_setitimer functions can now be made static, allowing the compiler to potentially produce better object code. Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>