diff mbox

[kvm-unit-tests,07/10] Correct the tss size

Message ID 20100824134743.17082.12667.stgit@FreeLancer (mailing list archive)
State New, archived
Headers show

Commit Message

Jason Wang Aug. 24, 2010, 1:47 p.m. UTC
None
diff mbox

Patch

diff --git a/x86/cstart64.S b/x86/cstart64.S
index 5d358ad..b871153 100644
--- a/x86/cstart64.S
+++ b/x86/cstart64.S
@@ -69,7 +69,7 @@  tss:
 	.long 0
 	.quad ring0stacktop - i * 4096
 	.quad 0, 0, 0
-	.quad 0, 0, 0, 0, 0, 0, 0, 0
+	.quad 0, 0, 0, 0, 0, 0, 0
 	.long 0, 0, 0
 i = i + 1
 	.endr