summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-09-03 00:23:06 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-09-03 00:23:06 +0000
commit78ff80b8c4b191df6400b4889ddcb86d47422c16 (patch)
treeaa7d31ef4b658f0125f1e7b27e10475a4a63a8a5 /sys/arch/amd64
parente123c83c6ef63eea0e754d6cfabba302dd802f5f (diff)
move psp functions to psp.c and remove the ifdefs
ok bluhm@ hshoexer@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/conf/files.amd644
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64
index a3452d9729c..0325062efb6 100644
--- a/sys/arch/amd64/conf/files.amd64
+++ b/sys/arch/amd64/conf/files.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: files.amd64,v 1.109 2023/07/08 08:01:10 tobhe Exp $
+# $OpenBSD: files.amd64,v 1.110 2024/09/03 00:23:05 jsg Exp $
maxpartitions 16
maxusers 2 16 128
@@ -65,6 +65,8 @@ file arch/amd64/amd64/powernow-k8.c !small_kernel
file arch/amd64/amd64/est.c !small_kernel
file arch/amd64/amd64/k1x-pstate.c !small_kernel
+file dev/ic/psp.c ccp
+
include "dev/rasops/files.rasops"
include "dev/wsfont/files.wsfont"