Fix mismerge in r235231.
This commit is contained in:
parent
a6125979d3
commit
d0cea659af
@ -91,8 +91,8 @@ struct intr_vector {
|
||||
extern ih_func_t *intr_handlers[];
|
||||
extern struct intr_vector intr_vectors[];
|
||||
|
||||
#ifdef SMP
|
||||
void intr_add_cpu(u_int cpu);
|
||||
#ifdef SMP
|
||||
int intr_bind(int vec, u_char cpu);
|
||||
#endif
|
||||
int intr_describe(int vec, void *ih, const char *descr);
|
||||
|
Loading…
Reference in New Issue
Block a user