From 82cae76f16982958aa21db7e5b3659e9fff2b36d Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 29 Apr 2024 13:07:18 +0000 Subject: [PATCH] remove prototypes for removed functions --- sys/arch/riscv64/include/cpu.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sys/arch/riscv64/include/cpu.h b/sys/arch/riscv64/include/cpu.h index 8488d5feb31..f7b6dca18b4 100644 --- a/sys/arch/riscv64/include/cpu.h +++ b/sys/arch/riscv64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.22 2024/02/25 19:15:50 cheloha Exp $ */ +/* $OpenBSD: cpu.h,v 1.23 2024/04/29 13:07:18 jsg Exp $ */ /* * Copyright (c) 2019 Mike Larkin @@ -228,17 +228,12 @@ void need_resched(struct cpu_info *); // asm code to start new kernel contexts. void proc_trampoline(void); -void child_trampoline(void); /* * Random cruft */ void dumpconf(void); -/* cpuswitch.S */ -struct pcb; -void savectx (struct pcb *pcb); - static inline void intr_enable(void) { -- 2.20.1