summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2013-07-09 01:55:34 +0000
committeremaste <emaste@FreeBSD.org>2013-07-09 01:55:34 +0000
commitb8eba90b217c61fcdea2e4d1163bf18972b926e4 (patch)
tree9eba4d980152aab31af207911520ee972910c6fa /sys/arm
parentd7f19ee1e272f366d22ef2853f239f4cf7f800c5 (diff)
downloadFreeBSD-src-b8eba90b217c61fcdea2e4d1163bf18972b926e4.zip
FreeBSD-src-b8eba90b217c61fcdea2e4d1163bf18972b926e4.tar.gz
Remove extraneous format string converison specifier
Submitted by: wxs@
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/pmap-v6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/arm/pmap-v6.c b/sys/arm/arm/pmap-v6.c
index c0f4c2c..73b899c 100644
--- a/sys/arm/arm/pmap-v6.c
+++ b/sys/arm/arm/pmap-v6.c
@@ -3336,7 +3336,7 @@ pmap_pv_reclaim(pmap_t locked_pmap)
m = PHYS_TO_VM_PAGE(l2pte_pa(*ptep));
KASSERT((vm_offset_t)m >= KERNBASE,
("Trying to access non-existent page "
- "va %x pte %x in %s", va, *ptep));
+ "va %x pte %x", va, *ptep));
*ptep = 0;
PTE_SYNC(ptep);
pmap_nuke_pv(m, pmap, pv);
OpenPOWER on IntegriCloud