aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorHongzhi.Song <hongzhi.song@windriver.com>2019-09-22 20:30:20 -0700
committerKhem Raj <raj.khem@gmail.com>2019-09-23 08:33:10 -0700
commit665235b74a871df54d044902b494f1caeb421ca7 (patch)
tree4f5609edcc1aed191e68017e8aaafa8856b52796 /meta-python
parent2dde8de633bc82a3416809e09951a94089542bb9 (diff)
downloadmeta-openembedded-contrib-665235b74a871df54d044902b494f1caeb421ca7.tar.gz
numactl: fix a error about lib32-numactl
lib32-numactl has a error: root@intel-x86-64:~# numademo -t -e 1M Configured Nodes does not match available memory nodes That's because (long long int) is assigned to (long int). This will cause (long int) overflow on 32bit system. Unify variable types and fix it. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions