projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9152b5f
)
x86/tboot: remove dead declarations
author
Jan Beulich
<jbeulich@suse.com>
Fri, 3 Mar 2017 16:08:11 +0000
(17:08 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Fri, 3 Mar 2017 16:08:11 +0000
(17:08 +0100)
These aren't needed anymore as of
c9a4a1c419
("x86/layout: Correct
Xen's idea of its own memory layout").
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/tboot.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/tboot.c
b/xen/arch/x86/tboot.c
index a0d1d0fbe5dde52bfda5970c6415f2527cbeb2ea..8d01305648d55788000d3448e51b796228d577d4 100644
(file)
--- a/
xen/arch/x86/tboot.c
+++ b/
xen/arch/x86/tboot.c
@@
-48,8
+48,6
@@
static uint64_t __initdata sinit_base, __initdata sinit_size;
#define TXTCR_HEAP_BASE 0x0300
#define TXTCR_HEAP_SIZE 0x0308
-extern char __init_begin[], __bss_start[], __bss_end[];
-
#define SHA1_SIZE 20
typedef uint8_t sha1_hash_t[SHA1_SIZE];