File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ Contains patches for:
55* virtio-iommu from https://jpbrucker.net/git/linux/log/?h=virtio-iommu/acpi (7616abe11cd1e0224bbd150626564db70bb07c31)
66* Support for virtio-watchdog
77* Bug fix: to support using ACPI reboot rather than EFI reboot
8- * Log boot time via debug port ` 0x80 ` (details: https://github.com/cloud-hypervisor/cloud-hypervisor/blob/main/docs/debug-port.md )
8+
Original file line number Diff line number Diff line change @@ -935,8 +935,6 @@ asmlinkage __visible void __init __no_sanitize_address start_kernel(void)
935935 char * command_line ;
936936 char * after_dashes ;
937937
938- outb (0x40 , 0x80 );
939-
940938 set_task_stack_end_magic (& init_task );
941939 smp_setup_processor_id ();
942940 debug_objects_early_init ();
@@ -1530,8 +1528,6 @@ static int __ref kernel_init(void *unused)
15301528
15311529 do_sysctl_args ();
15321530
1533- outb (0x41 , 0x80 );
1534-
15351531 if (ramdisk_execute_command ) {
15361532 ret = run_init_process (ramdisk_execute_command );
15371533 if (!ret )
You can’t perform that action at this time.
0 commit comments