lkml.org 
[lkml]   [2004]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Altix I/O code reorganization - 14 of 21
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:05    [W:0.111 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site