proc_cpuinfo: Fix bit shift for socket bitmask

If there are more than 32 sockets "1 << s" doesn't work. Use "1L << s"

Signed-off-by: Tony Luck <tony.luck@intel.com>
1 file changed