diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-06-08 20:51:00 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-06-13 23:18:59 -0400 |
commit | 9dd101c26fff95e596039d6168d4ad25e080071c (patch) | |
tree | de4878a531f087d29edb0a164136bacb7504474a /src/basecmd.c | |
parent | 4fcf5a31f5c6d84749b3ae85be9482161fd33815 (diff) | |
download | kutter-9dd101c26fff95e596039d6168d4ad25e080071c.tar.gz kutter-9dd101c26fff95e596039d6168d4ad25e080071c.tar.xz kutter-9dd101c26fff95e596039d6168d4ad25e080071c.zip |
irq: Prefer irq_disable/enable instead of irq_save/restore in cmds/tasks
Task and command handlers always run with irqs enabled, so it is not
necessary to save/restore the irq state when disabling irqs in these
handlers.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/basecmd.c')
0 files changed, 0 insertions, 0 deletions