use <machine/asm.h> not "machine/asm.h", for consistency
authorjsg <jsg@openbsd.org>
Thu, 17 Oct 2024 02:20:53 +0000 (02:20 +0000)
committerjsg <jsg@openbsd.org>
Thu, 17 Oct 2024 02:20:53 +0000 (02:20 +0000)
sys/arch/arm64/arm64/cpuswitch.S
sys/arch/riscv64/riscv64/cpuswitch.S

index bc95fce..68943c9 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpuswitch.S,v 1.7 2023/10/24 13:20:09 claudio Exp $ */
+/* $OpenBSD: cpuswitch.S,v 1.8 2024/10/17 02:20:53 jsg Exp $ */
 /*
  * Copyright (c) 2015 Dale Rahn <drahn@dalerahn.com>
  *
@@ -15,7 +15,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "machine/asm.h"
+#include <machine/asm.h>
 #include "assym.h"
 
 /*
index da5424d..f5d40e7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cpuswitch.S,v 1.9 2023/11/24 07:57:39 miod Exp $      */
+/*     $OpenBSD: cpuswitch.S,v 1.10 2024/10/17 02:20:53 jsg Exp $      */
 
 /*
  * Copyright (c) 2015 Dale Rahn <drahn@dalerahn.com>
@@ -17,7 +17,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "machine/asm.h"
+#include <machine/asm.h>
 #include "assym.h"
 
 /*