mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-07-26 23:32:27 +01:00
dell_flash_unlock: Set iopl level back to 0 when done
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
This commit is contained in:
parent
3a5054c7f7
commit
dcbd13425e
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ main(int argc, char *argv[])
|
|||
"You can now shutdown the system.\n");
|
||||
}
|
||||
}
|
||||
sys_iopl(0);
|
||||
return errno;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue