[Openib-windows] MTHCA dependency on IBAL.sys
Fabian Tillier
ftillier at silverstorm.com
Wed Mar 29 22:18:04 PST 2006
Hi Leo,
On 3/29/06, Leonid Keller <leonid at mellanox.co.il> wrote:
> Applied, thanks
I noticed some nice cleanup of the patch I sent, but have one comment
about the PREP_IBDEV_FOR_PRINT macro, defined as:
#if DBG || defined( EVENT_TRACING )
#define PREP_IBDEV_FOR_PRINT(val) struct ib_device *ib_dev = val;
#else
#define PREP_IBDEV_FOR_PRINT(val) struct ib_device *ib_dev = val;
#endif
Shouldn't the version in the #else section resolve to a null macro?
- Fab
More information about the ofw
mailing list