lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 30 Jun 2014 23:04:59 -0400
From:	Nicholas Krause <xerofoify@...il.com>
To:	hskinnemoen@...il.com
Cc:	egtvedt@...fundet.no, linux-kernel@...r.kernel.org
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 <xerofoify@...il.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ