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:
Bjoern A. Zeeb 2016-03-02 15:20:42 +00:00
parent 39c44571c0
commit 3d9ac4ecfc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296315

View File

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