diff options
| author | Benjamin Herrenschmidt | 2017-09-17 19:15:46 +0200 |
|---|---|---|
| committer | David Gibson | 2017-09-27 05:05:41 +0200 |
| commit | 58b62835863db2164002ad843455045c29bcb029 (patch) | |
| tree | 8d934793f200c8c5748867fa7d4f3bf5a63d6775 /include | |
| parent | ppc/ide/macio: Add missing registers (diff) | |
| download | qemu-58b62835863db2164002ad843455045c29bcb029.tar.gz qemu-58b62835863db2164002ad843455045c29bcb029.tar.xz qemu-58b62835863db2164002ad843455045c29bcb029.zip | |
ppc: Fix OpenPIC model
Apple uses an IBM MPIC2A without timers, it has 64 sources.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/ppc/openpic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/ppc/openpic.h b/include/hw/ppc/openpic.h index 6137e2d7a2..e55ce546aa 100644 --- a/include/hw/ppc/openpic.h +++ b/include/hw/ppc/openpic.h @@ -20,6 +20,7 @@ enum { #define OPENPIC_MODEL_RAVEN 0 #define OPENPIC_MODEL_FSL_MPIC_20 1 #define OPENPIC_MODEL_FSL_MPIC_42 2 +#define OPENPIC_MODEL_KEYLARGO 3 #define OPENPIC_MAX_SRC 256 #define OPENPIC_MAX_TMR 4 |
