mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
rxrpc: remove smp_processor_id() from debug macro
Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
ad16df848d
commit
9f389f4b20
@ -611,7 +611,7 @@ extern struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *,
|
||||
extern unsigned rxrpc_debug;
|
||||
|
||||
#define dbgprintk(FMT,...) \
|
||||
printk("[%x%-6.6s] "FMT"\n", smp_processor_id(), current->comm ,##__VA_ARGS__)
|
||||
printk("[%-6.6s] "FMT"\n", current->comm ,##__VA_ARGS__)
|
||||
|
||||
/* make sure we maintain the format strings, even when debugging is disabled */
|
||||
static inline __attribute__((format(printf,1,2)))
|
||||
|
Loading…
Reference in New Issue
Block a user