diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-09-19 08:49:20 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-09-19 08:49:20 +0000 |
commit | e35ddf8bd03353731f431be13a3cc58b5c378141 (patch) | |
tree | cefccfc92bb5c3d55bd819452338505ab33a54b1 /sys/arch | |
parent | 4f9704608aeed0799cbe4a2e29b50808896fa0fd (diff) |
Remove (annoying) debug printf.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa64/hppa64/trap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa64/hppa64/trap.c b/sys/arch/hppa64/hppa64/trap.c index f79e3228dee..c662d99af93 100644 --- a/sys/arch/hppa64/hppa64/trap.c +++ b/sys/arch/hppa64/hppa64/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.22 2011/08/07 15:49:34 kettenis Exp $ */ +/* $OpenBSD: trap.c,v 1.23 2011/09/19 08:49:19 kettenis Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -444,7 +444,6 @@ trap(int type, struct trapframe *frame) break; } -printf("here\n"); ret = uvm_fault(map, trunc_page(va), fault, vftype); /* |