commit | e23451811251a4d01ff9127a907e62b09b5e8bff | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 09 07:47:05 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Sep 11 11:02:02 2021 +0200 |
tree | 8640ef8fc5b61e218c07084170f35489c5ebce10 | |
parent | 9205cd91a29e38c8de6e540f86fb48ef913f0de7 [diff] |
efi_loader: simplify efi_watchdog_timer_notify() We can call do_reset() directly without invoking the UEFI API. This decreases the code size. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>