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


Groups > linux.kernel > #1465822 > unrolled thread

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

Started byJosh Poimboeuf <jpoimboe@redhat.com>
First post2016-08-19 03:40 +0200
Last post2016-08-19 03:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromJosh Poimboeuf <jpoimboe@redhat.com>
Date2016-08-19 03:40 +0200
Subject[PATCH 2/8] x86/asm/head: remove unused init_rsp variable extern
Message-ID<s7GWS-7sc-71@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web