From: Pekka Enberg Date: Wed, 9 Jun 2010 18:30:56 +0000 (+0300) Subject: kvm, test: Improve PIT test output X-Git-Tag: next-20110824~3^2~528^2~128 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a451b92722910e6bd39344472be50a97a776656e;p=karo-tx-linux.git kvm, test: Improve PIT test output This patch makes the PIT test output less verbose. Signed-off-by: Pekka Enberg --- diff --git a/tools/kvm/tests/pit/tick.S b/tools/kvm/tests/pit/tick.S index e6508e1aab69..934893f22c6c 100644 --- a/tools/kvm/tests/pit/tick.S +++ b/tools/kvm/tests/pit/tick.S @@ -11,11 +11,6 @@ .globl _start .type _start, @function _start: - mov $0x3f8,%dx - cs lea msg1, %si - mov $(msg1_end-msg1), %cx - cs rep/outsb - /* * fill up noop handlers */ @@ -84,14 +79,8 @@ timer_isr: pushaw pushfw mov $0x3f8,%dx - mov $0x49, %al # I + mov $0x2e, %al # . out %al,%dx - mov $0x53, %al # S - out %al,%dx - mov $0x52, %al # R - out %al,%dx - mov $0x0a, %al # \n - out %al, %dx decw count jz test_ok popfw @@ -103,11 +92,7 @@ noop_handler: count: .word TEST_COUNT -msg1: - .ascii "This is PVM.\nPIC 8259 and PIT 8254 test.\n" - .asciz "---------------------------------------------------\n" -msg1_end: msg2: - .asciz "TEST OK\n" + .asciz "\nTest OK\n" msg2_end: