Remove duplicate IDTVEC macro definition, it's already defined in
<machine/intr_machdep.h>.
This commit is contained in:
parent
83cc6b9ad2
commit
3900a3be21
@ -747,8 +747,6 @@ setidt(idx, func, typ, dpl, ist)
|
||||
ip->gd_hioffset = ((uintptr_t)func)>>16 ;
|
||||
}
|
||||
|
||||
#define IDTVEC(name) __CONCAT(X,name)
|
||||
|
||||
extern inthand_t
|
||||
IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
|
||||
IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
|
||||
|
@ -1547,8 +1547,6 @@ setidt(idx, func, typ, dpl, selec)
|
||||
ip->gd_hioffset = ((int)func)>>16 ;
|
||||
}
|
||||
|
||||
#define IDTVEC(name) __CONCAT(X,name)
|
||||
|
||||
extern inthand_t
|
||||
IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl),
|
||||
IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
|
||||
|
Loading…
Reference in New Issue
Block a user