Re: [PATCH] PATCH: fix qlogicisp leaks

Jeff Garzik (jgarzik@pobox.com)
Mon, 05 May 2003 19:22:36 -0400


Linux Kernel Mailing List wrote:
> ChangeSet 1.1164, 2003/05/05 15:30:53-03:00, alan@lxorguk.ukuu.org.uk
>
> [PATCH] PATCH: fix qlogicisp leaks

> @@ -1396,13 +1396,6 @@
> return 1;
> }
>
> -#ifdef __alpha__
> - /* Force ALPHA to use bus I/O and not bus MEM.
> - This is to avoid having to use HAE_MEM registers,
> - which is broken on some platforms and with SMP. */
> - command &= ~PCI_COMMAND_MEMORY;
> -#endif
> -
> if (!(command & PCI_COMMAND_MASTER)) {
> printk("qlogicisp : bus mastering is disabled\n");
> return 1;

Um. Why did this "leak fix" just break alpha?

Jeff

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/