Re: Altix I/O code reorganization - 14 of 21

From: Christoph Hellwig
Date: Thu Aug 12 2004 - 04:25:41 EST


On Wed, Aug 11, 2004 at 06:33:22PM -0500, Pat Gefre wrote:
> > 007-io-hub-provider:
> > tio_provider and hub_provider have exactly the same methods, no need to
> > keep the xtalk_provider_t abstraction at all
> >
>
> The abstraction was done for future expansion. We have removed it
> and in the future if we do need to abstract these 2 providers, we will
> submit another patch.

> +xtalk_provider_t hub_provider = {
> +
> + (xtalk_intr_alloc_f *) sal_xtalk_intr_alloc,
> + (xtalk_intr_free_f *) sal_xtalk_intr_free,
> +
> +};
> +
> +xtalk_provider_t tio_provider = {
> +
> + (xtalk_intr_alloc_f *) sal_xtalk_intr_alloc,
> + (xtalk_intr_free_f *) sal_xtalk_intr_free,
> +
> +};

you still have it in this patch.

-
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/