diff options
author | 2009-01-15 09:19:32 -0800 | |
---|---|---|
committer | 2009-01-15 09:19:32 -0800 | |
commit | f2a082711905312dc7b6675e913fee0c4689f7ae (patch) | |
tree | ae8a9d2e0eaac2509b0df7ecda528b968ad24659 /mm/quicklist.c | |
parent | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/travis/linux-2.6-cpus4096-for-ingo into cpus4096 (diff) | |
download | linux-dev-f2a082711905312dc7b6675e913fee0c4689f7ae.tar.xz linux-dev-f2a082711905312dc7b6675e913fee0c4689f7ae.zip |
x86: fix build warning when CONFIG_NUMA not defined.
Impact: fix build warning
The macro cpu_to_node did not reference it's argument, and instead
simply returned a 0. This causes a "unused variable" warning if
it's the only reference in a function (show_cache_disable).
Replace it with the more correct inline function.
Signed-off-by: Mike Travis <travis@sgi.com>
Diffstat (limited to 'mm/quicklist.c')
0 files changed, 0 insertions, 0 deletions