Remove superfluous #if 1. The code has been enabled since it was
committed, the #if 1 never served any purpose. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@598 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
98f6d45b69
commit
92d588b146
1 changed files with 0 additions and 2 deletions
|
|
@ -1271,7 +1271,6 @@ void pci_level_irq(unsigned char intNum)
|
|||
outb((unsigned char)(intBits >> 8), 0x4d1);
|
||||
|
||||
/* This seems like an error but is not. */
|
||||
#if 1
|
||||
if (inb(0x4d0) != (intBits & 0xff)) {
|
||||
printk(BIOS_ERR,
|
||||
"%s: lower order bits are wrong: want 0x%x, got 0x%x\n",
|
||||
|
|
@ -1282,7 +1281,6 @@ void pci_level_irq(unsigned char intNum)
|
|||
"%s: lower order bits are wrong: want 0x%x, got 0x%x\n",
|
||||
__func__, (intBits >> 8) & 0xff, inb(0x4d1));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue