diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2019-03-05 15:48:29 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-05 21:07:20 -0800 |
commit | ce0725f78a56a59bdb07cef003bc6fef722da38e (patch) | |
tree | 3bb517e055b311034aa777eac0b754cdf42bea25 /Makefile | |
parent | b9726c26dc21b15a2faea96fae3a42f2f7fffdcb (diff) | |
download | linux-ce0725f78a56a59bdb07cef003bc6fef722da38e.tar.bz2 |
numa: make "nr_online_nodes" unsigned int
Number of online NUMA nodes can't be negative as well. This doesn't
save space as the variable is used only in 32-bit context, but do it
anyway for consistency.
Link: http://lkml.kernel.org/r/20190201223151.GB15820@avx2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions