diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-10-09 17:41:01 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-10-09 17:41:01 +0000 |
commit | 1eac053708b4b24f48a2318875a651e86b7c460d (patch) | |
tree | 935973d62f6126965265e43853cb7ded9b194d16 /sys | |
parent | 52350702d43aa63b4d264857dc913869bad463af (diff) |
remove duplicate ifdef __hppa__ that somehow has gotten in there
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/siop_pci_common.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/siop_pci_common.c b/sys/dev/pci/siop_pci_common.c index d487ade4254..815008d0a8d 100644 --- a/sys/dev/pci/siop_pci_common.c +++ b/sys/dev/pci/siop_pci_common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop_pci_common.c,v 1.11 2003/09/29 18:53:58 mickey Exp $ */ +/* $OpenBSD: siop_pci_common.c,v 1.12 2003/10/09 17:41:00 mickey Exp $ */ /* $NetBSD: siop_pci_common.c,v 1.17 2002/05/04 18:11:06 bouyer Exp $ */ /* @@ -299,9 +299,6 @@ siop_pci_attach_common(pci_sc, siop_sc, pa, intr) return 0; } -#ifdef __hppa__ - siop_sc->features &= ~SF_CHIP_RAM; -#endif if (siop_sc->features & SF_CHIP_RAM) { int bar; switch (memtype) { |