]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/arch/arm/include/asm/cell.h
arm: Use full bitmap to manage per-cell interrupt access
[jailhouse.git] / hypervisor / arch / arm / include / asm / cell.h
index 89d1915a8d252b0e992e0c8f965ad73f88ce5d10..696856a88fc829b57ebe6e593e51b20a1d39c44c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Jailhouse, a Linux-based partitioning hypervisor
  *
- * Copyright (c) Siemens AG, 2013
+ * Copyright (c) Siemens AG, 2013-2016
  *
  * Authors:
  *  Jan Kiszka <jan.kiszka@siemens.com>
@@ -31,7 +31,7 @@ struct arch_cell {
        spinlock_t caches_lock;
        bool needs_flush;
 
-       u64 spis;
+       u32 irq_bitmap[1024/32];
 
        unsigned int last_virt_id;
 };