[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070916031820.fc85d43d.akpm@linux-foundation.org>
Date: Sun, 16 Sep 2007 03:18:20 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: "Jan Beulich" <jbeulich@...ell.com>
Cc: "Andi Kleen" <ak@...e.de>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: constify stacktrace_ops
On Mon, 10 Sep 2007 14:02:17 +0100 "Jan Beulich" <jbeulich@...ell.com> wrote:
> .. as they're never written to.
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists