diff options
Diffstat (limited to 'platform/qemu/virt/platform.c')
-rw-r--r-- | platform/qemu/virt/platform.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/qemu/virt/platform.c b/platform/qemu/virt/platform.c index 883555c..d2c841c 100644 --- a/platform/qemu/virt/platform.c +++ b/platform/qemu/virt/platform.c @@ -159,6 +159,5 @@ const struct sbi_platform platform = { .features = SBI_PLATFORM_DEFAULT_FEATURES, .hart_count = VIRT_HART_COUNT, .hart_stack_size = VIRT_HART_STACK_SIZE, - .disabled_hart_mask = 0, .platform_ops_addr = (unsigned long)&platform_ops }; |