Catch up with rev. 1.5 of ../include/cpu.h where we added a new routine

w/o adding a fake_ initializer for it. :-(
This commit is contained in:
wrstuden 1999-10-12 00:34:21 +00:00
parent 8d56d3f3f0
commit 7e6f0456f6

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.43 1999/09/17 20:04:46 thorpej Exp $ */
/* $NetBSD: machdep.c,v 1.44 1999/10/12 00:34:21 wrstuden Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -106,6 +106,7 @@ struct machvec machine_interface = {
fake_spl,
fake_spl,
fake_spl,
fake_spl,
fake_splx,
fake_setsoft,
fake_setsoft,