xen/arm: domain_builder: irq sanity check logic fix
authorStewart Hildebrand <Stewart.Hildebrand@dornerworks.com>
Tue, 27 Feb 2018 15:15:55 +0000 (15:15 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 2 Mar 2018 23:15:53 +0000 (15:15 -0800)
commit7bf61602f295676c8b0ff61e4c584fc2bd57e4cf
treeb330093d0364f846ae5c77fabe68b968f998e65b
parente427c9285a7282d2925b8b8c260338df909cc335
xen/arm: domain_builder: irq sanity check logic fix

Since commit "xen/arm: domain_build: Rework the way to allocate the
event channel interrupt", it is not possible for an irq to be both below 16
and greater/equal than 32.

Also fix the reference to linux documentation while we're at it.

Signed-off-by: Stewart Hildebrand <stewart.hildebrand@dornerworks.com>
Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
[Slightly rework the commit message]
xen/arch/arm/domain_build.c