summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_64.c
diff options
context:
space:
mode:
authorJan Engelhardt2008-01-30 13:33:32 +0100
committerIngo Molnar2008-01-30 13:33:32 +0100
commit8a45eb31d832af5441703bf447c97f786ff850a4 (patch)
treefd27f2d51e41665e1c2d16a89c2a96ffa122276d /arch/x86/kernel/setup_64.c
parentx86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST (diff)
downloadkernel-qcow2-linux-8a45eb31d832af5441703bf447c97f786ff850a4.tar.gz
kernel-qcow2-linux-8a45eb31d832af5441703bf447c97f786ff850a4.tar.xz
kernel-qcow2-linux-8a45eb31d832af5441703bf447c97f786ff850a4.zip
x86: constify function pointer tables
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r--arch/x86/kernel/setup_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c
index f84e2662f1ca..116687ade180 100644
--- a/arch/x86/kernel/setup_64.c
+++ b/arch/x86/kernel/setup_64.c
@@ -1251,7 +1251,7 @@ static void c_stop(struct seq_file *m, void *v)
{
}
-struct seq_operations cpuinfo_op = {
+const struct seq_operations cpuinfo_op = {
.start = c_start,
.next = c_next,
.stop = c_stop,