[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5421DC9F.2080504@gmx.de>
Date: Tue, 23 Sep 2014 22:48:31 +0200
From: Helge Deller <deller@....de>
To: nick <yocto6@...il.com>, jejb@...isc-linux.org
CC: akpm@...ux-foundation.org, himangi774@...il.com,
julia.lawall@...6.fr, mgorman@...e.de,
linux-parisc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: FIX MES in init.c
Hi Nick,
On 09/22/2014 09:24 PM, nick wrote:
> Greetings James and Other Maintainers of the Parisc Architecture,
> I am wondering about two fix mes in init.c and how to fix them
> for being const declared into actual variables.
> ...
> /* FIXME: This is 'const' in order to trick the compiler
> into not treating it as DP-relative data. */
> extern void * const linux_gateway_page;
The FIXME: is misleading. It should maybe better read "HINT:" or something like that.
Trivially it's basically just casting the symbol so that the compiler
will produce the correct code later on.
There is nothing you could try to "fix".
Helge
--
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