linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] avr32: Remove unnessary variables from page.h
@ 2014-07-23  6:42 Nicholas Krause
  2014-07-23  6:50 ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 3+ messages in thread
From: Nicholas Krause @ 2014-07-23  6:42 UTC (permalink / raw)
  To: hskinnemoen; +Cc: egtvedt, linux-kernel

This removes the unneeded variables memory_start and memory_end in
order to fix this fix me message.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
---
 arch/avr32/include/asm/page.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/avr32/include/asm/page.h b/arch/avr32/include/asm/page.h
index f805d1c..701006f 100644
--- a/arch/avr32/include/asm/page.h
+++ b/arch/avr32/include/asm/page.h
@@ -42,8 +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] 3+ messages in thread

* Re: [PATCH] avr32: Remove unnessary variables from page.h
  2014-07-23  6:42 [PATCH] avr32: Remove unnessary variables from page.h Nicholas Krause
@ 2014-07-23  6:50 ` Hans-Christian Egtvedt
  2014-07-23 15:06   ` Nick Krause
  0 siblings, 1 reply; 3+ messages in thread
From: Hans-Christian Egtvedt @ 2014-07-23  6:50 UTC (permalink / raw)
  To: Nicholas Krause; +Cc: hskinnemoen, linux-kernel

Around Wed 23 Jul 2014 02:42:36 -0400 or thereabout, Nicholas Krause wrote:
> This removes the unneeded variables memory_start and memory_end in
> order to fix this fix me message.
> 
> Signed-off-by: Nicholas Krause <xerofoify@gmail.com>

This is already applied to my local for-linus branch, it will be pushed once
Linus opens up for merges after 3.16 is released.

> ---
>  arch/avr32/include/asm/page.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/avr32/include/asm/page.h b/arch/avr32/include/asm/page.h
> index f805d1c..701006f 100644
> --- a/arch/avr32/include/asm/page.h
> +++ b/arch/avr32/include/asm/page.h
> @@ -42,8 +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)
-- 
mvh
Hans-Christian Egtvedt

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

* Re: [PATCH] avr32: Remove unnessary variables from page.h
  2014-07-23  6:50 ` Hans-Christian Egtvedt
@ 2014-07-23 15:06   ` Nick Krause
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Krause @ 2014-07-23 15:06 UTC (permalink / raw)
  To: Hans-Christian Egtvedt; +Cc: Håvard Skinnemoen, linux-kernel

On Wed, Jul 23, 2014 at 2:50 AM, Hans-Christian Egtvedt
<egtvedt@samfundet.no> wrote:
> Around Wed 23 Jul 2014 02:42:36 -0400 or thereabout, Nicholas Krause wrote:
>> This removes the unneeded variables memory_start and memory_end in
>> order to fix this fix me message.
>>
>> Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
>
> This is already applied to my local for-linus branch, it will be pushed once
> Linus opens up for merges after 3.16 is released.
>
>> ---
>>  arch/avr32/include/asm/page.h | 2 --
>>  1 file changed, 2 deletions(-)
>>
>> diff --git a/arch/avr32/include/asm/page.h b/arch/avr32/include/asm/page.h
>> index f805d1c..701006f 100644
>> --- a/arch/avr32/include/asm/page.h
>> +++ b/arch/avr32/include/asm/page.h
>> @@ -42,8 +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)
> --
> mvh
> Hans-Christian Egtvedt


I wasn't sure if  I had sent this out. Seems I have :).
Cheers Nick

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-23  6:42 [PATCH] avr32: Remove unnessary variables from page.h Nicholas Krause
2014-07-23  6:50 ` Hans-Christian Egtvedt
2014-07-23 15:06   ` Nick Krause

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).