From 0f85d17807072e7c606319e35f00f60dbdc1cfc6 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 14 Sep 2010 10:32:30 +0200 Subject: Typo fix. * i386/i386/trap.c (user_trap): Call printf, not print. --- i386/i386/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386') diff --git a/i386/i386/trap.c b/i386/i386/trap.c index a2e77da..22dd491 100644 --- a/i386/i386/trap.c +++ b/i386/i386/trap.c @@ -532,7 +532,7 @@ printf("user trap %d error %d sub %08x\n", type, code, subcode); static unsigned count = 0; count++; if (!(count % 10000)) - print("%d 4gb segments accesses\n", count); + printf("%d 4gb segments accesses\n", count); if (count > 1000000) { printf("A million 4gb segment accesses, stopping reporting them."); if (hyp_vm_assist(VMASST_CMD_disable, VMASST_TYPE_4gb_segments_notify)) -- cgit v1.2.3