diff options
author | 2016-07-15 22:05:40 +0000 | |
---|---|---|
committer | 2016-07-15 22:05:40 +0000 | |
commit | b53cc3b1a17221d66a45c2da36ea19a659d1da3b (patch) | |
tree | e0a4072802e806152b25bae0d88a64bb84f1b1c1 | |
parent | To remove the const qualifier from a pointer to an object - either (diff) | |
download | wireguard-openbsd-b53cc3b1a17221d66a45c2da36ea19a659d1da3b.tar.xz wireguard-openbsd-b53cc3b1a17221d66a45c2da36ea19a659d1da3b.zip |
Remove duplicate line in amd64/acpi_machdep.c
ok krw@
-rw-r--r-- | sys/arch/amd64/amd64/acpi_machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/acpi_machdep.c b/sys/arch/amd64/amd64/acpi_machdep.c index 4489136dd57..2a3f44c3e05 100644 --- a/sys/arch/amd64/amd64/acpi_machdep.c +++ b/sys/arch/amd64/amd64/acpi_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi_machdep.c,v 1.75 2016/05/18 04:42:49 mlarkin Exp $ */ +/* $OpenBSD: acpi_machdep.c,v 1.76 2016/07/15 22:05:40 tom Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -130,7 +130,6 @@ acpi_intr_establish(int irq, int flags, int level, map->flags |= (MPS_INTTR_LEVEL << MPS_INTTR_SHIFT); map->redir = (IOAPIC_REDLO_DEL_LOPRI << IOAPIC_REDLO_DEL_SHIFT); - map->redir = (IOAPIC_REDLO_DEL_LOPRI << IOAPIC_REDLO_DEL_SHIFT); switch ((map->flags >> MPS_INTPO_SHIFT) & MPS_INTPO_MASK) { case MPS_INTPO_DEF: case MPS_INTPO_ACTLO: |