don't stamp soft interrupts.

This commit is contained in:
yamt 2005-04-11 09:24:04 +00:00
parent 8d71ddbc4d
commit e73431068c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: evtchn.h,v 1.2 2005/03/09 22:39:20 bouyer Exp $ */
/* $NetBSD: evtchn.h,v 1.3 2005/04/11 09:24:04 yamt Exp $ */
/*
*
@ -34,7 +34,7 @@
#ifndef _XEN_EVENTS_H_
#define _XEN_EVENTS_H_
#define NR_IRQS 32
#define NR_IRQS 27 /* see intrdefs.h */
#define NR_PIRQS 32 /* XXX is this enouth ? */
extern int evtchn_to_irq[];