From 0f95ffdc1d143195057409681368bfe9c2831093 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 19 Mar 1998 06:44:25 +0000 Subject: [PATCH] Nuke swpctxt(); it's only used by the Mach pmap, which we will only ever use for reference. --- sys/arch/alpha/alpha/locore.s | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/sys/arch/alpha/alpha/locore.s b/sys/arch/alpha/alpha/locore.s index a1d0925dc556..697ed5652c8a 100644 --- a/sys/arch/alpha/alpha/locore.s +++ b/sys/arch/alpha/alpha/locore.s @@ -1,4 +1,4 @@ -/* $NetBSD: locore.s,v 1.44 1998/03/18 20:36:13 thorpej Exp $ */ +/* $NetBSD: locore.s,v 1.45 1998/03/19 06:44:25 thorpej Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. @@ -33,7 +33,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: locore.s,v 1.44 1998/03/18 20:36:13 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: locore.s,v 1.45 1998/03/19 06:44:25 thorpej Exp $"); #ifndef EVCNT_COUNTERS #include @@ -1562,26 +1562,6 @@ EXPORT(eintrcnt) /**************************************************************************/ -/* - * Object: - * swpctxt EXPORTED function - * - * Change HW process context - * - * Arguments: - * pcb PHYSICAL struct pcb_hw * - * old_ksp VIRTUAL long * - * - * If old_ksp is non-zero it saves the current KSP in it. - * Execute the PAL call. - */ -LEAF(swpctxt,2) - beq a1,Lswpctxt1 - stq sp,0(a1) -Lswpctxt1: call_pal PAL_OSF1_swpctx - RET - END(swpctxt) - /* * console 'restart' routine to be placed in HWRPB. */