summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
authorThomas Schwinge <schwinge@nic-nac-project.de>2010-09-14 10:32:30 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-09-14 10:42:31 +0200
commit0f85d17807072e7c606319e35f00f60dbdc1cfc6 (patch)
treedfb2b4a4e7848f7c8ff608d1a500bf825efde425 /i386
parentdad50b78b6a7507c460dc349acfbda78e91b3ee3 (diff)
Typo fix.
* i386/i386/trap.c (user_trap): Call printf, not print.
Diffstat (limited to 'i386')
-rw-r--r--i386/i386/trap.c2
1 files changed, 1 insertions, 1 deletions
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))