Re: [PATCH] Remove memory start and memory end

2014-07-02 Thread Nick Krause
Sorry about the typo. Need time will prefix subsystem or area of kernel fixed. Cheers Nick On Wed, Jul 2, 2014 at 2:32 AM, Hans-Christian Egtvedt wrote: > Around Tue 01 Jul 2014 18:22:53 -0400 or thereabout, Nick Krause wrote: >> No problem , just happy it was of help to you. >> Cheers Nick > > I

Re: [PATCH] Remove memory start and memory end

2014-07-01 Thread Hans-Christian Egtvedt
Around Tue 01 Jul 2014 18:22:53 -0400 or thereabout, Nick Krause wrote: > No problem , just happy it was of help to you. > Cheers Nick I did take the liberty of fixing a typo, uneeded => unneeded, and prefixing the subject with avr32:. Have a nice day (-: > On Tue, Jul 1, 2014 at 2:55 AM, Hans-Ch

Re: [PATCH] Remove memory start and memory end

2014-07-01 Thread Nick Krause
No problem , just happy it was of help to you. Cheers Nick On Tue, Jul 1, 2014 at 2:55 AM, Hans-Christian Egtvedt wrote: > Around Mon 30 Jun 2014 23:04:59 -0400 or thereabout, Nicholas Krause wrote: >> This patch removes the uneeded variables memory start and memory >> stated in FIXME message bef

Re: [PATCH] Remove memory start and memory end

2014-06-30 Thread Hans-Christian Egtvedt
Around Mon 30 Jun 2014 23:04:59 -0400 or thereabout, Nicholas Krause wrote: > This patch removes the uneeded variables memory start and memory > stated in FIXME message before declaring this variables as extern > unsigned longs. Thanks for cleaning, I will append it to my for-linus branch. Queuing

[PATCH] Remove memory start and memory end

2014-06-30 Thread Nicholas Krause
This patch removes the uneeded variables memory start and memory stated in FIXME message before declaring this variables as extern unsigned longs. Signed-off-by: Nicholas Krause --- arch/avr32/include/asm/page.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/avr32/include/asm/page.h