Revision dd78dac893bc66de0bc241bdf54c2211c2c55567 authored by David S. Miller on 22 February 2016, 03:50:55 UTC, committed by David S. Miller on 22 February 2016, 03:50:55 UTC
Yuval Mintz says:

====================
bnx2x: Fix 848xx phys

This series contains link-related fixes, mostly for the 848xx phys
[2 patches are for 84833, and 2 patches are for 84858].
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s 9ca69b7 + 4ec0b6d
Raw File
locking-selftest-spin.h
#undef LOCK
#define LOCK		L

#undef UNLOCK
#define UNLOCK		U

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		SI
back to top