Commit change missed during Decsystem 5100 chagnes:
prototype declearation for method to override wbflush() callback vector with model-specific code. Used on DEC r2000a machines with writebuffers which indicate writebuffer drain via cp0 usability bit.
This commit is contained in:
parent
2c492c0040
commit
3d2cea267e
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: locore.h,v 1.12 1997/06/22 04:30:01 jonathan Exp $ */
|
||||
/* $NetBSD: locore.h,v 1.13 1998/04/23 10:31:02 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1996 The Board of Trustees of The Leland Stanford
|
||||
@ -109,6 +109,9 @@ typedef struct {
|
||||
void (*cpu_switch_resume) __P((void));
|
||||
} mips_locore_jumpvec_t;
|
||||
|
||||
/* Override writebuffer-drain method. */
|
||||
void mips_set_wbflush __P((void (*) __P((void)) ));
|
||||
|
||||
|
||||
/*
|
||||
* The "active" locore-fuction vector, and
|
||||
|
Loading…
Reference in New Issue
Block a user