diff --git a/sys/arch/mips/mips/locore.S b/sys/arch/mips/mips/locore.S index 6c834b2368b0..4bddac5e82bf 100644 --- a/sys/arch/mips/mips/locore.S +++ b/sys/arch/mips/mips/locore.S @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.14 1995/08/13 00:16:08 mycroft Exp $ */ +/* $NetBSD: locore.S,v 1.15 1995/09/21 23:28:31 jonathan Exp $ */ /* * Copyright (c) 1992, 1993 @@ -2017,11 +2017,12 @@ END(splx) /*---------------------------------------------------------------------------- * - * MachEmptyWriteBuffer -- + * wbflush -- * * Return when the write buffer is empty. * - * MachEmptyWriteBuffer() + * wbflush() + * MachEmptyWriteBuffer() [[backwards compatibility]] * * Results: * None. @@ -2031,7 +2032,8 @@ END(splx) * *---------------------------------------------------------------------------- */ -LEAF(MachEmptyWriteBuffer) +LEAF(wbflush) +ALEAF(MachEmptyWriteBuffer) nop nop nop diff --git a/sys/arch/mips/mips/locore_r2000.S b/sys/arch/mips/mips/locore_r2000.S index 44a20ae5b81e..50ab2e133a57 100644 --- a/sys/arch/mips/mips/locore_r2000.S +++ b/sys/arch/mips/mips/locore_r2000.S @@ -1,4 +1,4 @@ -/* $NetBSD: locore_r2000.S,v 1.14 1995/08/13 00:16:08 mycroft Exp $ */ +/* $NetBSD: locore_r2000.S,v 1.15 1995/09/21 23:28:31 jonathan Exp $ */ /* * Copyright (c) 1992, 1993 @@ -2017,11 +2017,12 @@ END(splx) /*---------------------------------------------------------------------------- * - * MachEmptyWriteBuffer -- + * wbflush -- * * Return when the write buffer is empty. * - * MachEmptyWriteBuffer() + * wbflush() + * MachEmptyWriteBuffer() [[backwards compatibility]] * * Results: * None. @@ -2031,7 +2032,8 @@ END(splx) * *---------------------------------------------------------------------------- */ -LEAF(MachEmptyWriteBuffer) +LEAF(wbflush) +ALEAF(MachEmptyWriteBuffer) nop nop nop diff --git a/sys/arch/mips/mips/locore_r4000.S b/sys/arch/mips/mips/locore_r4000.S index 038580acff07..439c0aeb57ea 100644 --- a/sys/arch/mips/mips/locore_r4000.S +++ b/sys/arch/mips/mips/locore_r4000.S @@ -1,4 +1,4 @@ -/* $NetBSD: locore_r4000.S,v 1.14 1995/08/13 00:16:08 mycroft Exp $ */ +/* $NetBSD: locore_r4000.S,v 1.15 1995/09/21 23:28:31 jonathan Exp $ */ /* * Copyright (c) 1992, 1993 @@ -2017,11 +2017,12 @@ END(splx) /*---------------------------------------------------------------------------- * - * MachEmptyWriteBuffer -- + * wbflush -- * * Return when the write buffer is empty. * - * MachEmptyWriteBuffer() + * wbflush() + * MachEmptyWriteBuffer() [[backwards compatibility]] * * Results: * None. @@ -2031,7 +2032,8 @@ END(splx) * *---------------------------------------------------------------------------- */ -LEAF(MachEmptyWriteBuffer) +LEAF(wbflush) +ALEAF(MachEmptyWriteBuffer) nop nop nop diff --git a/sys/arch/pmax/pmax/locore.S b/sys/arch/pmax/pmax/locore.S index 6c834b2368b0..4bddac5e82bf 100644 --- a/sys/arch/pmax/pmax/locore.S +++ b/sys/arch/pmax/pmax/locore.S @@ -1,4 +1,4 @@ -/* $NetBSD: locore.S,v 1.14 1995/08/13 00:16:08 mycroft Exp $ */ +/* $NetBSD: locore.S,v 1.15 1995/09/21 23:28:31 jonathan Exp $ */ /* * Copyright (c) 1992, 1993 @@ -2017,11 +2017,12 @@ END(splx) /*---------------------------------------------------------------------------- * - * MachEmptyWriteBuffer -- + * wbflush -- * * Return when the write buffer is empty. * - * MachEmptyWriteBuffer() + * wbflush() + * MachEmptyWriteBuffer() [[backwards compatibility]] * * Results: * None. @@ -2031,7 +2032,8 @@ END(splx) * *---------------------------------------------------------------------------- */ -LEAF(MachEmptyWriteBuffer) +LEAF(wbflush) +ALEAF(MachEmptyWriteBuffer) nop nop nop