Do not call close-deblocker since ob_pci_open did not open it.

Fix an issue with ob_pci_close; it calls close-deblocker method without
deblocker being open. This leads to multiple references to wrong cells,
including ones in zero page.

Signed-off-by: igor.v.kovalenko@gmail.com
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@553 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
igor.v.kovalenko
2009-08-13 19:11:02 +00:00
committed by Blue Swirl
parent 6a16562087
commit 11bb993385

View File

@@ -79,7 +79,6 @@ ob_pci_open(int *idx)
static void
ob_pci_close(int *idx)
{
selfword("close-deblocker");
}
static void