mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix mismerge in r235231.
This commit is contained in:
parent
a6125979d3
commit
d0cea659af
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue