summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-15 09:16:40 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-15 09:16:40 +0000
commite41b7700d608e7660cc07af9a85b842c1ee65735 (patch)
tree5939ffabcd4838f5a02bbb4451ba9fc8b5ee085f /sys
parent0cc27e3348021a551bc65b28e22490e20c9e26c4 (diff)
remove unneeded pte.h include
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm64/include/pcb.h4
-rw-r--r--sys/arch/riscv64/include/pcb.h4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/arm64/include/pcb.h b/sys/arch/arm64/include/pcb.h
index 968236180cc..12f44cd94d8 100644
--- a/sys/arch/arm64/include/pcb.h
+++ b/sys/arch/arm64/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.5 2022/01/01 18:52:37 kettenis Exp $ */
+/* $OpenBSD: pcb.h,v 1.6 2024/10/15 09:16:39 jsg Exp $ */
/*
* Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com>
*
@@ -18,8 +18,6 @@
#define _MACHINE_PCB_H_
#include <machine/frame.h>
-
-#include <machine/pte.h>
#include <machine/reg.h>
struct trapframe;
diff --git a/sys/arch/riscv64/include/pcb.h b/sys/arch/riscv64/include/pcb.h
index 430066ce3de..e81c17ddf46 100644
--- a/sys/arch/riscv64/include/pcb.h
+++ b/sys/arch/riscv64/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.3 2021/06/30 22:20:56 kettenis Exp $ */
+/* $OpenBSD: pcb.h,v 1.4 2024/10/15 09:16:39 jsg Exp $ */
/*
* Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com>
@@ -19,8 +19,6 @@
#define _MACHINE_PCB_H_
#include <machine/frame.h>
-
-#include <machine/pte.h>
#include <machine/reg.h>
struct trapframe;