unifdef KDB
authorjsg <jsg@openbsd.org>
Mon, 15 Aug 2022 13:33:22 +0000 (13:33 +0000)
committerjsg <jsg@openbsd.org>
Mon, 15 Aug 2022 13:33:22 +0000 (13:33 +0000)
sys/arch/arm64/arm64/trap.c

index e859b0c..d30e40e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.39 2022/01/01 18:52:36 kettenis Exp $ */
+/* $OpenBSD: trap.c,v 1.40 2022/08/15 13:33:22 jsg Exp $ */
 /*-
  * Copyright (c) 2014 Andrew Turner
  * All rights reserved.
 #include <sys/signalvar.h>
 #include <sys/user.h>
 
-#ifdef KDB
-#include <sys/kdb.h>
-#endif
-
 #include <uvm/uvm.h>
 #include <uvm/uvm_extern.h>
 
 #include <machine/pcb.h>
 #include <machine/vmparam.h>
 
-
-#ifdef KDB
-#include <machine/db_machdep.h>
-#endif
-
 #ifdef DDB
 #include <ddb/db_output.h>
 #endif