Re: mm snapshot broken-out-2007-02-17-03-25.tar.gz uploaded
From: Michal Piotrowski
Date: Sat Feb 17 2007 - 12:46:36 EST
akpm@xxxxxxxxxxxxxxxxxxxx napisał(a):
> The mm snapshot broken-out-2007-02-17-03-25.tar.gz has been uploaded to
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-02-17-03-25.tar.gz
>
> It contains the following patches against 2.6.20:
>
arch/i386/kernel/mpparse.c: In function 'mp_register_gsi':
arch/i386/kernel/mpparse.c:1049: warning: unused variable 'pci_irq'
Remove unused variable.
Regards,
Michal
--
Michal K. K. Piotrowski
LTG - Linux Testers Group (PL)
(http://www.stardust.webpages.pl/ltg/)
LTG - Linux Testers Group (EN)
(http://www.stardust.webpages.pl/linux_testers_group_en/)
Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx>
diff -uprN -X linux-work/Documentation/dontdiff linux-work-clean/arch/i386/kernel/mpparse.c linux-work/arch/i386/kernel/mpparse.c
--- linux-work-clean/arch/i386/kernel/mpparse.c 2007-02-17 18:36:52.000000000 +0100
+++ linux-work/arch/i386/kernel/mpparse.c 2007-02-17 18:36:45.000000000 +0100
@@ -1046,7 +1046,6 @@ int mp_register_gsi(u32 gsi, int trigger
int ioapic = -1;
int ioapic_pin = 0;
int idx, bit = 0;
- static int pci_irq = 16;
/* Don't set up the ACPI SCI because it's already set up */
if (acpi_gbl_FADT.sci_interrupt == gsi)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/