mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Force re-routing PCI interrupts (this is for legacy INTx not MSI).
Need this for gem5, but was not needed on real hadrware (yet) as it was always MSI. Reviewed by: andrew, jhb Discovered by: andrew Sponsored by: DARPA/AFRL Differential Revision: https://reviews.freebsd.org/D5494
This commit is contained in:
parent
39c44571c0
commit
3d9ac4ecfc
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@
|
|||
#define STACKALIGNBYTES (16 - 1)
|
||||
#define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES)
|
||||
|
||||
#define __PCI_REROUTE_INTERRUPT
|
||||
|
||||
#ifndef MACHINE
|
||||
#define MACHINE "arm64"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue