[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86/tboot: remove dead declarations
commit 3c76488305ddb6adb3cf03f636e1c0b80ca3a76b Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Fri Mar 3 17:08:11 2017 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Fri Mar 3 17:08:11 2017 +0100 x86/tboot: remove dead declarations 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@xxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- xen/arch/x86/tboot.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/x86/tboot.c b/xen/arch/x86/tboot.c index a0d1d0f..8d01305 100644 --- 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]; -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |