Evidently neither GENERIC nor kan's config had isa in it :-0. As

Doug Barton says, "embrace the LINT".
This commit is contained in:
Kip Macy 2006-12-17 21:51:44 +00:00
parent 73000556e8
commit 1726d94f4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165310

View File

@ -43,7 +43,7 @@
#define ICU_IMR_OFFSET 1
void atpic_handle_intr(u_int vector, struct trapframe frame);
void atpic_handle_intr(u_int vector, struct trapframe *frame);
void atpic_startup(void);
#endif /* !_AMD64_ISA_ICU_H_ */