Module Name: src
Committed By: skrll
Date: Sat Apr 30 07:07:01 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: fault.c
Log Message:
whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/aarch64/aarch64/fault.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/aarch64/aarch64/fault.c
diff -u src/sys/arch/aarch64/aarch64/fault.c:1.22 src/sys/arch/aarch64/aarch64/fault.c:1.23
--- src/sys/arch/aarch64/aarch64/fault.c:1.22 Mon Jan 31 09:16:09 2022
+++ src/sys/arch/aarch64/aarch64/fault.c Sat Apr 30 07:07:01 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: fault.c,v 1.22 2022/01/31 09:16:09 ryo Exp $ */
+/* $NetBSD: fault.c,v 1.23 2022/04/30 07:07:01 skrll Exp $ */
/*
* Copyright (c) 2017 Ryo Shimizu <[email protected]>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fault.c,v 1.22 2022/01/31 09:16:09 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fault.c,v 1.23 2022/04/30 07:07:01 skrll Exp $");
#include "opt_compat_netbsd32.h"
#include "opt_cpuoptions.h"
@@ -224,7 +224,6 @@ data_abort_handler(struct trapframe *tf,
return;
}
-
do_fault:
/* faultbail path? */
if (curcpu()->ci_intr_depth == 0) {