mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Kernel: Use NVME polling by default on RISC-V
Since we don't support the RISC-V PLIC yet, we can't actually use interrupt-based NVME handling.
This commit is contained in:
parent
543fc4d0fc
commit
904ebb74a9
Notes:
sideshowbarker
2024-07-17 00:16:31 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/904ebb74a9 Pull-request: https://github.com/SerenityOS/serenity/pull/24072 Reviewed-by: https://github.com/spholz
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ def set_up_machine_devices(config: Configuration):
|
|||
config.cpu_count = None
|
||||
config.audio_devices = []
|
||||
config.extra_arguments.extend(["-serial", "stdio"])
|
||||
config.kernel_cmdline.append("serial_debug")
|
||||
config.kernel_cmdline.extend(["serial_debug", "nvme_poll"])
|
||||
config.qemu_cpu = None
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue