Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1465822

[PATCH 2/8] x86/asm/head: remove unused init_rsp variable extern

From Josh Poimboeuf <jpoimboe@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 2/8] x86/asm/head: remove unused init_rsp variable extern
Date 2016-08-19 03:40 +0200
Message-ID <s7GWS-7sc-71@gated-at.bofh.it> (permalink)
References <s7Bkt-3Yh-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


There is no init_rsp variable.  Remove its extern.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
---
 arch/x86/include/asm/realmode.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/include/asm/realmode.h b/arch/x86/include/asm/realmode.h
index b2988c0..3327ffb 100644
--- a/arch/x86/include/asm/realmode.h
+++ b/arch/x86/include/asm/realmode.h
@@ -44,7 +44,6 @@ struct trampoline_header {
 extern struct real_mode_header *real_mode_header;
 extern unsigned char real_mode_blob_end[];
 
-extern unsigned long init_rsp;
 extern unsigned long initial_code;
 extern unsigned long initial_gs;
 
-- 
2.7.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 2/8] x86/asm/head: remove unused init_rsp variable extern Josh Poimboeuf <jpoimboe@redhat.com> - 2016-08-19 03:40 +0200

csiph-web