diff options
author | 2017-05-02 21:38:26 +0000 | |
---|---|---|
committer | 2017-05-02 21:38:26 +0000 | |
commit | f616bb8bf9a2f81693a3dc1cca5fdab08483fb8b (patch) | |
tree | 735b19687d6f544809bb0fef32f206168b5b8271 | |
parent | The pmap_vp_enter() function should only ever be called for userland mappings (diff) | |
download | wireguard-openbsd-f616bb8bf9a2f81693a3dc1cca5fdab08483fb8b.tar.xz wireguard-openbsd-f616bb8bf9a2f81693a3dc1cca5fdab08483fb8b.zip |
Zap silly diagnostic reboot message.
ok bmercer@, deraadt@
-rw-r--r-- | sys/arch/arm64/arm64/machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/arm64/arm64/machdep.c b/sys/arch/arm64/arm64/machdep.c index c86a32747f8..9ae41955a69 100644 --- a/sys/arch/arm64/arm64/machdep.c +++ b/sys/arch/arm64/arm64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.15 2017/04/30 16:45:45 mpi Exp $ */ +/* $OpenBSD: machdep.c,v 1.16 2017/05/02 21:38:26 kettenis Exp $ */ /* * Copyright (c) 2014 Patrick Wildt <patrick@blueri.se> * @@ -330,11 +330,6 @@ void dumpsys(void); void boot(int howto) { -#ifdef DIAGNOSTIC - /* info */ - printf("boot: howto=%08x curproc=%p\n", howto, curproc); -#endif - /* * If we are still cold then hit the air brakes * and crash to earth fast |