From 717ff405ef9f8ba029ae9ed768958e4077db1750 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 2 May 2017 21:38:27 +0000 Subject: Zap silly diagnostic reboot message. ok bmercer@, deraadt@ --- sys/arch/arm64/arm64/machdep.c | 7 +------ 1 file changed, 1 insertion(+), 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 * @@ -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 -- cgit v1.2.3