From 332a483dedd5c976b45635d3ef8337dfdd377f08 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 9 Jan 2003 22:27:13 +0000 Subject: Remove fetch(9) and store(9) functions from the kernel, and replace the few remaining instances of them with appropriate copy(9) usage. ok art@, tested on all arches unless my memory is non-ECC --- sys/arch/i386/include/cpu.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/i386/include/cpu.h') diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 4e6f61855b2..05256eaf371 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.43 2002/09/24 00:06:23 nordin Exp $ */ +/* $OpenBSD: cpu.h,v 1.44 2003/01/09 22:27:09 miod Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -175,8 +175,6 @@ void i386_proc0_tss_ldt_init(void); struct region_descriptor; void lgdt(struct region_descriptor *); void fillw(short, void *, size_t); -short fusword(u_short *); -int susword(u_short *t, u_short); struct pcb; void savectx(struct pcb *); -- cgit v1.2.3