enable XPMSG_FUNC support.
This commit is contained in:
parent
8daf254cdc
commit
781b07308a
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: intr.c,v 1.53 2001/07/07 21:23:53 mrg Exp $ */
|
/* $NetBSD: intr.c,v 1.54 2001/07/10 15:09:04 mrg Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1992, 1993
|
* Copyright (c) 1992, 1993
|
||||||
|
@ -288,7 +288,6 @@ nmi_soft(tf)
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#if 0 /* notyet; see also cpu.c */
|
|
||||||
case XPMSG_FUNC:
|
case XPMSG_FUNC:
|
||||||
{
|
{
|
||||||
struct xpmsg_func *p = &cpuinfo.msg.u.xpmsg_func;
|
struct xpmsg_func *p = &cpuinfo.msg.u.xpmsg_func;
|
||||||
|
@ -296,7 +295,6 @@ nmi_soft(tf)
|
||||||
p->retval = (*p->func)(p->arg0, p->arg1, p->arg2, p->arg3);
|
p->retval = (*p->func)(p->arg0, p->arg1, p->arg2, p->arg3);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
case XPMSG_VCACHE_FLUSH_PAGE:
|
case XPMSG_VCACHE_FLUSH_PAGE:
|
||||||
{
|
{
|
||||||
struct xpmsg_flush_page *p = &cpuinfo.msg.u.xpmsg_flush_page;
|
struct xpmsg_flush_page *p = &cpuinfo.msg.u.xpmsg_flush_page;
|
||||||
|
|
Loading…
Reference in New Issue