diff options
author | 2011-09-19 08:49:19 +0000 | |
---|---|---|
committer | 2011-09-19 08:49:19 +0000 | |
commit | 52373dbb100ac0d8b593b111ed777d33fc5f397d (patch) | |
tree | 25152ee91417b41ac1eb20eac73fb0617762ecd9 | |
parent | Clear the upper 32-bits of the system call address we load using ldil, since (diff) | |
download | wireguard-openbsd-52373dbb100ac0d8b593b111ed777d33fc5f397d.tar.xz wireguard-openbsd-52373dbb100ac0d8b593b111ed777d33fc5f397d.zip |
Remove (annoying) debug printf.
-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); /* |