sparc64: vcc: Add VCC debug message macros
Add C macros to print debug messages from VCC module Signed-off-by: Jagannathan Raman <jag.raman@oracle.com> Reviewed-by: Liam Merwick <liam.merwick@oracle.com> Reviewed-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
55bd2133fc
commit
f283ebd564
@@ -1493,6 +1493,7 @@ void __ldc_print(struct ldc_channel *lp, const char *caller)
|
||||
lp->tx_head, lp->tx_tail, lp->tx_num_entries,
|
||||
lp->rcv_nxt, lp->snd_nxt);
|
||||
}
|
||||
EXPORT_SYMBOL(__ldc_print);
|
||||
|
||||
static int write_raw(struct ldc_channel *lp, const void *buf, unsigned int size)
|
||||
{
|
||||
|
Reference in New Issue
Block a user