diff options
author | Ian Moffett <ian@osmora.org> | 2024-03-13 21:26:15 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-03-13 21:26:15 -0400 |
commit | 12d4b76edec3006c8dd131ee797e110d6f76cac9 (patch) | |
tree | ad828043862a955fb19bd0105030efa436898f0c /sys/arch/amd64 | |
parent | b40d31b6f6e56fdf3f3c4f4b4be36681fb829c6b (diff) |
kernel/amd64: machdep: Remove extra whitespace
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/machdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index c24f484..809e395 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -100,7 +100,6 @@ processor_halt(void) __ASMV("cli; hlt"); } - /* * Send char to serial for debugging purposes. */ |