2014-07-01 03:05:06

by Nicholas Krause

[permalink] [raw]
Subject: [PATCH] Remove memory start and memory end

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 <[email protected]>
---
arch/avr32/include/asm/page.h | 3 ---
1 file changed, 3 deletions(-)

diff --git a/arch/avr32/include/asm/page.h b/arch/avr32/include/asm/page.h
index f805d1c..16ac83a 100644
--- a/arch/avr32/include/asm/page.h
+++ b/arch/avr32/include/asm/page.h
@@ -42,9 +42,6 @@ typedef struct page *pgtable_t;
#define __pgd(x) ((pgd_t) { (x) })
#define __pgprot(x) ((pgprot_t) { (x) })

-/* FIXME: These should be removed soon */
-extern unsigned long memory_start, memory_end;
-
/* Pure 2^n version of get_order */
static inline int get_order(unsigned long size)
{
--
1.9.1


Subject: Re: [PATCH] Remove memory start and memory end

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 it for
3.17 most likely.

> Signed-off-by: Nicholas Krause <[email protected]>
>

Acked-by: Hans-Christian Egtvedt <[email protected]>

> ---
> arch/avr32/include/asm/page.h | 3 ---
> 1 file changed, 3 deletions(-)

<snipp diff>

--
mvh
Hans-Christian Egtvedt

2014-07-01 22:22:55

by Nicholas Krause

[permalink] [raw]
Subject: Re: [PATCH] Remove memory start and memory end

No problem , just happy it was of help to you.
Cheers Nick

On Tue, Jul 1, 2014 at 2:55 AM, Hans-Christian Egtvedt
<[email protected]> 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 before declaring this variables as extern
>> unsigned longs.
>
> Thanks for cleaning, I will append it to my for-linus branch. Queuing it for
> 3.17 most likely.
>
>> Signed-off-by: Nicholas Krause <[email protected]>
>>
>
> Acked-by: Hans-Christian Egtvedt <[email protected]>
>
>> ---
>> arch/avr32/include/asm/page.h | 3 ---
>> 1 file changed, 3 deletions(-)
>
> <snipp diff>
>
> --
> mvh
> Hans-Christian Egtvedt

Subject: Re: [PATCH] Remove memory start and memory end

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-Christian Egtvedt
> <[email protected]> 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 before declaring this variables as extern
>>> unsigned longs.
>>
>> Thanks for cleaning, I will append it to my for-linus branch. Queuing it for
>> 3.17 most likely.
>>
>>> Signed-off-by: Nicholas Krause <[email protected]>
>>>
>>
>> Acked-by: Hans-Christian Egtvedt <[email protected]>
>>
>>> ---
>>> arch/avr32/include/asm/page.h | 3 ---
>>> 1 file changed, 3 deletions(-)
>>
>> <snipp diff>
--
mvh
Hans-Christian Egtvedt

2014-07-03 01:06:12

by Nicholas Krause

[permalink] [raw]
Subject: Re: [PATCH] Remove memory start and memory end

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
<[email protected]> 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 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-Christian Egtvedt
>> <[email protected]> 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 before declaring this variables as extern
>>>> unsigned longs.
>>>
>>> Thanks for cleaning, I will append it to my for-linus branch. Queuing it for
>>> 3.17 most likely.
>>>
>>>> Signed-off-by: Nicholas Krause <[email protected]>
>>>>
>>>
>>> Acked-by: Hans-Christian Egtvedt <[email protected]>
>>>
>>>> ---
>>>> arch/avr32/include/asm/page.h | 3 ---
>>>> 1 file changed, 3 deletions(-)
>>>
>>> <snipp diff>
> --
> mvh
> Hans-Christian Egtvedt