diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2023-04-29 10:12:34 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2023-04-29 10:12:34 +0000 |
commit | 58b8e36be2afc5f6b07cbeedc7634d8bff80e8af (patch) | |
tree | c04e565770d10ec28625f36bfa1563c6cf085795 | |
parent | 2cc277100f7115edde3ba97d76a1bdd1db2e3c00 (diff) |
whitespace
-rw-r--r-- | sys/arch/amd64/amd64/ioapic.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/ioapic.c b/sys/arch/amd64/amd64/ioapic.c index f26e3676884..d5862feb0f1 100644 --- a/sys/arch/amd64/amd64/ioapic.c +++ b/sys/arch/amd64/amd64/ioapic.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ioapic.c,v 1.30 2022/02/21 11:03:39 mpi Exp $ */ +/* $OpenBSD: ioapic.c,v 1.31 2023/04/29 10:12:33 mlarkin Exp $ */ /* $NetBSD: ioapic.c,v 1.6 2003/05/15 13:30:31 fvdl Exp $ */ /*- @@ -71,7 +71,7 @@ #include <sys/malloc.h> #include <machine/bus.h> - + #include <uvm/uvm_extern.h> #include <machine/i82093reg.h> #include <machine/i82093var.h> @@ -132,7 +132,7 @@ static __inline u_int32_t ioapic_read_ul(struct ioapic_softc *sc,int regid) { u_int32_t val; - + *(sc->sc_reg) = regid; val = *sc->sc_data; |