From: Jason Wang <[email protected]> TSS size should be 104 bytes.
Signed-off-by: Jason Wang <[email protected]> Signed-off-by: Marcelo Tosatti <[email protected]> diff --git a/x86/cstart64.S b/x86/cstart64.S index 5d358ad..ef09d82 100644 --- a/x86/cstart64.S +++ b/x86/cstart64.S @@ -68,7 +68,7 @@ tss: .rept max_cpus .long 0 .quad ring0stacktop - i * 4096 - .quad 0, 0, 0 + .quad 0, 0 .quad 0, 0, 0, 0, 0, 0, 0, 0 .long 0, 0, 0 i = i + 1 -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
