Re: FIX MES in init.c

2014-09-23 Thread John David Anglin
On 9/23/2014 4:48 PM, Helge Deller wrote: 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". Why not just rem

Re: FIX MES in init.c

2014-09-23 Thread Helge Deller
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 th

FIX MES in init.c

2014-09-22 Thread nick
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. I will paste the parts of the file for your convenience below. Thanks, Nick