Re: [PATCH] x86: constify stacktrace_ops

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Morton
Date: Sunday, September 16, 2007 - 3:18 am

On Mon, 10 Sep 2007 14:02:17 +0100 "Jan Beulich" <jbeulich@novell.com> wrote:


arch/i386/kernel/traps.c: In function 'dump_trace':
arch/i386/kernel/traps.c:197: warning: initialization discards qualifiers from pointer target type

Due to

                struct ops_and_data oad = { .ops = ops, .data = data };

messy to fix.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86: constify stacktrace_ops, Jan Beulich, (Mon Sep 10, 6:02 am)
Re: [PATCH] x86: constify stacktrace_ops, Andrew Morton, (Sun Sep 16, 3:18 am)
Re: [PATCH] x86: constify stacktrace_ops, Jan Beulich, (Mon Sep 17, 1:58 am)