j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2009-08-13 21:11:02 +0200 (Thu, 13 Aug 2009) New Revision: 553
Modified: trunk/openbios-devel/drivers/pci.c Log: 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
Modified: trunk/openbios-devel/drivers/pci.c =================================================================== --- trunk/openbios-devel/drivers/pci.c 2009-08-12 19:55:31 UTC (rev 552) +++ trunk/openbios-devel/drivers/pci.c 2009-08-13 19:11:02 UTC (rev 553) @@ -79,7 +79,6 @@ static void ob_pci_close(int *idx) { - selfword("close-deblocker"); }
static void