Rename the force-all-pending-writes to memory function to wbflush().
Keep the old Mach-derived name "MachEmptyWriteBuffer()" as an alternate entry point.
This commit is contained in:
parent
7c36f209e7
commit
d1234038d4
|
@ -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
|
* Copyright (c) 1992, 1993
|
||||||
|
@ -2017,11 +2017,12 @@ END(splx)
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* MachEmptyWriteBuffer --
|
* wbflush --
|
||||||
*
|
*
|
||||||
* Return when the write buffer is empty.
|
* Return when the write buffer is empty.
|
||||||
*
|
*
|
||||||
* MachEmptyWriteBuffer()
|
* wbflush()
|
||||||
|
* MachEmptyWriteBuffer() [[backwards compatibility]]
|
||||||
*
|
*
|
||||||
* Results:
|
* Results:
|
||||||
* None.
|
* None.
|
||||||
|
@ -2031,7 +2032,8 @@ END(splx)
|
||||||
*
|
*
|
||||||
*----------------------------------------------------------------------------
|
*----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
LEAF(MachEmptyWriteBuffer)
|
LEAF(wbflush)
|
||||||
|
ALEAF(MachEmptyWriteBuffer)
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
|
|
|
@ -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
|
* Copyright (c) 1992, 1993
|
||||||
|
@ -2017,11 +2017,12 @@ END(splx)
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* MachEmptyWriteBuffer --
|
* wbflush --
|
||||||
*
|
*
|
||||||
* Return when the write buffer is empty.
|
* Return when the write buffer is empty.
|
||||||
*
|
*
|
||||||
* MachEmptyWriteBuffer()
|
* wbflush()
|
||||||
|
* MachEmptyWriteBuffer() [[backwards compatibility]]
|
||||||
*
|
*
|
||||||
* Results:
|
* Results:
|
||||||
* None.
|
* None.
|
||||||
|
@ -2031,7 +2032,8 @@ END(splx)
|
||||||
*
|
*
|
||||||
*----------------------------------------------------------------------------
|
*----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
LEAF(MachEmptyWriteBuffer)
|
LEAF(wbflush)
|
||||||
|
ALEAF(MachEmptyWriteBuffer)
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
|
|
|
@ -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
|
* Copyright (c) 1992, 1993
|
||||||
|
@ -2017,11 +2017,12 @@ END(splx)
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* MachEmptyWriteBuffer --
|
* wbflush --
|
||||||
*
|
*
|
||||||
* Return when the write buffer is empty.
|
* Return when the write buffer is empty.
|
||||||
*
|
*
|
||||||
* MachEmptyWriteBuffer()
|
* wbflush()
|
||||||
|
* MachEmptyWriteBuffer() [[backwards compatibility]]
|
||||||
*
|
*
|
||||||
* Results:
|
* Results:
|
||||||
* None.
|
* None.
|
||||||
|
@ -2031,7 +2032,8 @@ END(splx)
|
||||||
*
|
*
|
||||||
*----------------------------------------------------------------------------
|
*----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
LEAF(MachEmptyWriteBuffer)
|
LEAF(wbflush)
|
||||||
|
ALEAF(MachEmptyWriteBuffer)
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
|
|
|
@ -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
|
* Copyright (c) 1992, 1993
|
||||||
|
@ -2017,11 +2017,12 @@ END(splx)
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
*
|
*
|
||||||
* MachEmptyWriteBuffer --
|
* wbflush --
|
||||||
*
|
*
|
||||||
* Return when the write buffer is empty.
|
* Return when the write buffer is empty.
|
||||||
*
|
*
|
||||||
* MachEmptyWriteBuffer()
|
* wbflush()
|
||||||
|
* MachEmptyWriteBuffer() [[backwards compatibility]]
|
||||||
*
|
*
|
||||||
* Results:
|
* Results:
|
||||||
* None.
|
* None.
|
||||||
|
@ -2031,7 +2032,8 @@ END(splx)
|
||||||
*
|
*
|
||||||
*----------------------------------------------------------------------------
|
*----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
LEAF(MachEmptyWriteBuffer)
|
LEAF(wbflush)
|
||||||
|
ALEAF(MachEmptyWriteBuffer)
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
nop
|
nop
|
||||||
|
|
Loading…
Reference in New Issue