Includes GSI routing support to go along with the new VGIC and a small fix that has been cooking in -next for a while. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJXoydqAAoJEEtpOizt6ddyM3oH/1A4VeG/J9q4fBPXqY2tVWXs c3P7UgNcrEgUNs/F9ykQY/lb31deecUzaBt1OyTf+RlsNbihq3dQdYcBhxtUODw/ Faok582ya3UFgLW+IRHcID0EbkVOpIzMhOStYsnU/Dz7HG1JL9HdPzwkid7iu9LT fI6yrrBnJFjdWAAQ4BkcEKBENRsY8NTs7jX5vnFA92MkUBby7BmariPDD3FtrB+f Ob9B7CxM30pNqsN7OA/QvFOHMJHxf3s1TBKwmPHe5TLIfSzV1YxcEGiMc0lWqF4v BT8ZeMGCtjDw94tND1DskfQQRPaMqPmGuRTrAW/IuE2n92bFtbqIqs7Cbw0fzLE= =Vm6Q -----END PGP SIGNATURE----- Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD KVM/ARM Changes for v4.8 - Take 2 Includes GSI routing support to go along with the new VGIC and a small fix that has been cooking in -next for a while.tirimbino
commit
6f49b2f341
@ -0,0 +1,19 @@ |
||||
/*
|
||||
* irq.h: in kernel interrupt controller related definitions |
||||
* Copyright (c) 2016 Red Hat, Inc. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify it |
||||
* under the terms and conditions of the GNU General Public License, |
||||
* version 2, as published by the Free Software Foundation. |
||||
* |
||||
* This header is included by irqchip.c. However, on ARM, interrupt |
||||
* controller declarations are located in include/kvm/arm_vgic.h since |
||||
* they are mostly shared between arm and arm64. |
||||
*/ |
||||
|
||||
#ifndef __IRQ_H |
||||
#define __IRQ_H |
||||
|
||||
#include <kvm/arm_vgic.h> |
||||
|
||||
#endif |
@ -0,0 +1,19 @@ |
||||
/*
|
||||
* irq.h: in kernel interrupt controller related definitions |
||||
* Copyright (c) 2016 Red Hat, Inc. |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify it |
||||
* under the terms and conditions of the GNU General Public License, |
||||
* version 2, as published by the Free Software Foundation. |
||||
* |
||||
* This header is included by irqchip.c. However, on ARM, interrupt |
||||
* controller declarations are located in include/kvm/arm_vgic.h since |
||||
* they are mostly shared between arm and arm64. |
||||
*/ |
||||
|
||||
#ifndef __IRQ_H |
||||
#define __IRQ_H |
||||
|
||||
#include <kvm/arm_vgic.h> |
||||
|
||||
#endif |
Loading…
Reference in new issue