All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove memory start and memory end
@ 2014-07-01  3:04 Nicholas Krause
  2014-07-01  6:55 ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 5+ messages in thread
From: Nicholas Krause @ 2014-07-01  3:04 UTC (permalink / raw)
  To: hskinnemoen; +Cc: egtvedt, linux-kernel

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 <xerofoify@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Remove memory start and memory end
  2014-07-01  3:04 [PATCH] Remove memory start and memory end Nicholas Krause
@ 2014-07-01  6:55 ` Hans-Christian Egtvedt
  2014-07-01 22:22   ` Nick Krause
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Christian Egtvedt @ 2014-07-01  6:55 UTC (permalink / raw)
  To: Nicholas Krause; +Cc: hskinnemoen, linux-kernel

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 <xerofoify@gmail.com>
>

Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>

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

<snipp diff>

-- 
mvh
Hans-Christian Egtvedt

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Remove memory start and memory end
  2014-07-01  6:55 ` Hans-Christian Egtvedt
@ 2014-07-01 22:22   ` Nick Krause
  2014-07-02  6:32     ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Krause @ 2014-07-01 22:22 UTC (permalink / raw)
  To: Hans-Christian Egtvedt; +Cc: Håvard Skinnemoen, linux-kernel

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

On Tue, Jul 1, 2014 at 2:55 AM, Hans-Christian Egtvedt
<egtvedt@samfundet.no> 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 <xerofoify@gmail.com>
>>
>
> Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
>
>> ---
>>  arch/avr32/include/asm/page.h | 3 ---
>>  1 file changed, 3 deletions(-)
>
> <snipp diff>
>
> --
> mvh
> Hans-Christian Egtvedt

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Remove memory start and memory end
  2014-07-01 22:22   ` Nick Krause
@ 2014-07-02  6:32     ` Hans-Christian Egtvedt
  2014-07-03  1:06       ` Nick Krause
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Christian Egtvedt @ 2014-07-02  6:32 UTC (permalink / raw)
  To: Nick Krause; +Cc: Håvard Skinnemoen, linux-kernel

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
> <egtvedt@samfundet.no> 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 <xerofoify@gmail.com>
>>>
>>
>> Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
>>
>>> ---
>>>  arch/avr32/include/asm/page.h | 3 ---
>>>  1 file changed, 3 deletions(-)
>>
>> <snipp diff>
-- 
mvh
Hans-Christian Egtvedt

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Remove memory start and memory end
  2014-07-02  6:32     ` Hans-Christian Egtvedt
@ 2014-07-03  1:06       ` Nick Krause
  0 siblings, 0 replies; 5+ messages in thread
From: Nick Krause @ 2014-07-03  1:06 UTC (permalink / raw)
  To: Hans-Christian Egtvedt; +Cc: Håvard Skinnemoen, linux-kernel

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
<egtvedt@samfundet.no> 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
>> <egtvedt@samfundet.no> 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 <xerofoify@gmail.com>
>>>>
>>>
>>> Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
>>>
>>>> ---
>>>>  arch/avr32/include/asm/page.h | 3 ---
>>>>  1 file changed, 3 deletions(-)
>>>
>>> <snipp diff>
> --
> mvh
> Hans-Christian Egtvedt

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-03  1:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-01  3:04 [PATCH] Remove memory start and memory end Nicholas Krause
2014-07-01  6:55 ` Hans-Christian Egtvedt
2014-07-01 22:22   ` Nick Krause
2014-07-02  6:32     ` Hans-Christian Egtvedt
2014-07-03  1:06       ` Nick Krause

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.