commit | c62e9d56ea90ef94f9708ce3f11860c20fa5e135 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | Mon Dec 29 22:12:50 2008 +0530 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon Dec 29 22:08:28 2008 -0800 |
tree | 5a2739483814abff40b7be4db77de214e6175c9b | |
parent | 4d08d97f5262dab4482af5bc91b30af4ca02269e [diff] |
x86: bios_uv.c: uv_systab should be static Impact: cleanup, reduce kernel size a bit, avoid sparse warning Fixes sparse warning: arch/x86/kernel/bios_uv.c:28:18: warning: symbol 'uv_systab' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>