mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
6dbf02acef
If the local node id(qrtr_local_nid) is not modified after its
initialization, it equals to the broadcast node id(QRTR_NODE_BCAST).
So the messages from local node should not be taken as broadcast
and keep the process going to send them out anyway.
The definitions are as follow:
static unsigned int qrtr_local_nid = NUMA_NO_NODE;
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
ns.c | ||
qrtr.c | ||
qrtr.h | ||
smd.c | ||
tun.c |