Re: [PATCH] x86: constify function pointer tables

2008-01-22 Thread Ingo Molnar
* Jan Engelhardt <[EMAIL PROTECTED]> wrote: > Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> thanks, applied. btw., please send future x86 cleanup patches against x86.git#mm. For example, this bit: > -struct seq_operations cpuinfo_op = { > +const struct seq_operations cpuinfo_op = { >

[PATCH] x86: constify function pointer tables

2008-01-22 Thread Jan Engelhardt
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> --- arch/x86/kernel/cpu/proc.c |2 +- arch/x86/kernel/setup_64.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/cpu/proc.c b/arch/x86/kernel/cpu/proc.c index 3900e46..0282132 100644 --- a/arch/x86/kern