From ff1d44b50521dd2732e4710eaf7720c774744cb9 Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Thu, 31 Dec 2015 11:48:02 -0500 Subject: [PATCH] Reset KERNEL_SECRET. --- kern/include/kern/secret.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kern/include/kern/secret.h b/kern/include/kern/secret.h index c055927..49931b5 100644 --- a/kern/include/kern/secret.h +++ b/kern/include/kern/secret.h @@ -45,7 +45,7 @@ * normal test output. */ -#define KERNEL_SECRET ((unsigned long long)1) // Cast for consistent printf -//#define KERNEL_SECRET ((unsigned long long)0) // Cast for consistent printf +// #define KERNEL_SECRET ((unsigned long long)1) // Cast for consistent printf +#define KERNEL_SECRET ((unsigned long long)0) // Cast for consistent printf #endif /* _SECRET_H_ */