This commit is contained in:
parent
1077a5a3ca
commit
0542178e20
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ __inline int get_my_core_no(void)
|
|||
z = (tmp ) & 0x07; /* bits 02:00 */
|
||||
pid = 12*y + 2*x + z;
|
||||
/* Add 1 to the processor ID to avoid *.*.*.0 IP addresses */
|
||||
priv->localIp = pid + 1;
|
||||
return pid;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue