lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ