mirror of https://lore.kernel.org/lkml/
 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	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®