commit | a2b4bd9c95a799ce1002e699187f17ddaa754eb1 | [log] [tgz] |
---|---|---|
author | Dmitri Vorobiev <dmitri.vorobiev@gmail.com> | Sun Apr 20 06:54:33 2008 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 26 17:35:46 2008 +0200 |
tree | 3f5ab57914b285b1f7ac06f4117c98ad9cbf8a0a | |
parent | f3b14a32db9a74f2bbda980bc95cd4b1f136d80a [diff] |
x86: array can become static In arch/x86/kernel/setup_64.c, the standard_io_resources array is needlessly defined as global. This patch makes this variable static. This patch was successfully build-tested using the defconfig for x86_64. Runtime test was performed by booting a 64-bit x86 box up to the shell prompt. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>