mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-23 16:42:17 +02: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:
@@ -96,6 +96,7 @@ main(int argc, char *argv[])
|
|||||||
"You can now shutdown the system.\n");
|
"You can now shutdown the system.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sys_iopl(0);
|
||||||
return errno;
|
return errno;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user