This commit is contained in:
U-MobileHooK\Benedikt 2011-06-04 09:49:11 +02:00
parent 1077a5a3ca
commit 0542178e20

View file

@ -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