diff options
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/ipi.c | 1 | ||||
-rw-r--r-- | sys/arch/amd64/amd64/uart.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/ipi.c b/sys/arch/amd64/amd64/ipi.c index bf263d3..b44a9ac 100644 --- a/sys/arch/amd64/amd64/ipi.c +++ b/sys/arch/amd64/amd64/ipi.c @@ -162,7 +162,6 @@ md_ipi_send(struct cpu_info *ci, ipi_pend_t ipi) return 0; } - /* * IPI allocation interface with * locking. diff --git a/sys/arch/amd64/amd64/uart.c b/sys/arch/amd64/amd64/uart.c index 429aa57..ea88d3c 100644 --- a/sys/arch/amd64/amd64/uart.c +++ b/sys/arch/amd64/amd64/uart.c @@ -115,4 +115,3 @@ uart_init(void) outb(UART_REG_MCR, UART_MCR_DTR); return 0; } - |