[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101222.151213.115925760.davem@davemloft.net>
Date: Wed, 22 Dec 2010 15:12:13 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: rmody@...cade.com
Cc: netdev@...r.kernel.org, ddutt@...cade.com
Subject: Re: [PATCH 01/10] bna: TxRx and datapath fix
From: Rasesh Mody <rmody@...cade.com>
Date: Tue, 21 Dec 2010 23:23:07 -0800
> #define bnad_dim_timer_running(_bnad) \
> (((_bnad)->cfg_flags & BNAD_CF_DIM_ENABLED) && \
> (test_bit(BNAD_RF_DIM_TIMER_RUNNING, &((_bnad)->run_flags))))
>
> +#if defined(__ia64__)
> +#define bnad_udelay udelay
> +#else
> +#define bnad_udelay __udelay
> +#endif
> +
What in the world is this?
Something like this should absolutely, positively, never be necessary.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists