enable XPMSG_FUNC support.

This commit is contained in:
mrg 2001-07-10 15:09:04 +00:00
parent 8daf254cdc
commit 781b07308a
1 changed files with 1 additions and 3 deletions

View File

@ -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
@ -288,7 +288,6 @@ nmi_soft(tf)
#endif
return;
}
#if 0 /* notyet; see also cpu.c */
case 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);
break;
}
#endif
case XPMSG_VCACHE_FLUSH_PAGE:
{
struct xpmsg_flush_page *p = &cpuinfo.msg.u.xpmsg_flush_page;