Skip to content

Commit 62b9b48

Browse files
committed
Revert "init/main: Add trace points for logging boot time"
This reverts commit 3bd447e. This breaks running on aarch64. Signed-off-by: Rob Bradford <[email protected]>
1 parent 3bd447e commit 62b9b48

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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+

init/main.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)