diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-09-14 10:43:11 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-09-14 10:43:11 +0200 |
commit | a8d8bf8488fc7a04523f3c92834a60672098ceca (patch) | |
tree | 75109fa92384e5ff4e0b594be808331a2717fa42 | |
parent | faa99cfbe3dbac26021df620a19c3f671a0a2613 (diff) | |
parent | 0f85d17807072e7c606319e35f00f60dbdc1cfc6 (diff) |
Merge branch 'typo-print'
-rw-r--r-- | i386/i386/trap.c | 2 |
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)) |