diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-05-02 21:38:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-05-02 21:38:27 +0000 |
commit | 717ff405ef9f8ba029ae9ed768958e4077db1750 (patch) | |
tree | 3d099a38a410a7daac396e3da74e3ad40e4c27b9 | |
parent | d9eaf2483158cb7685217d0fdd3e0ce1491da21f (diff) |
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 |