diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-04-29 13:07:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-04-29 13:07:19 +0000 |
commit | 2ed03c47cd28bcf8287460d783a1c5ff28de29f0 (patch) | |
tree | 71827fac3b1c127789e9c62a15ea2b20cce118dc | |
parent | 3703accf4e007eaafb268e38537b30a7f2e8a6bf (diff) |
remove prototypes for removed functions
-rw-r--r-- | sys/arch/riscv64/include/cpu.h | 7 |
1 files changed, 1 insertions, 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 <mlarkin@openbsd.org> @@ -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) { |