j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: mcayland Date: Fri Nov 14 20:17:35 2014 New Revision: 1322 URL: http://tracker.coreboot.org/trac/openbios/changeset/1322
Log: pci.c: remove unneeded CONFIG_PPC define
This is already covered by the surrounding define.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@ilande.co.uk
Modified: trunk/openbios-devel/drivers/pci.c
Modified: trunk/openbios-devel/drivers/pci.c ============================================================================== --- trunk/openbios-devel/drivers/pci.c Tue Oct 21 21:47:33 2014 (r1321) +++ trunk/openbios-devel/drivers/pci.c Fri Nov 14 20:17:35 2014 (r1322) @@ -436,11 +436,9 @@ u32 props[7 * 8]; int i;
-#if defined(CONFIG_PPC) /* Oldworld macs do interrupt maps differently */ if(!is_newworld()) return; -#endif
for (i = 0; i < (7*8); i+=7) { props[i+PCI_INT_MAP_PCI0] = 0;