Remove duplicate IDTVEC macro definition, it's already defined in

<machine/intr_machdep.h>.
This commit is contained in:
John Baldwin 2006-11-07 18:46:33 +00:00
parent 83cc6b9ad2
commit 3900a3be21
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164064
2 changed files with 0 additions and 4 deletions

View file

@ -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),

View file

@ -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),