commit | 4f86a06e2d6ece5316e4c42fbf946ee22acb30f3 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Mon Sep 10 18:33:46 2018 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Thu Jun 10 13:09:17 2021 +0100 |
tree | 15ad3fbea0eaab3387310bfe0166394e8bf2ac22 | |
parent | e37af8011a9631996e6cd32dd81a152708eee7d4 [diff] |
irqdomain: Make normal and nomap irqdomains exclusive Direct mappings are completely exclusive of normal mappings, meaning that we can refactor the code slightly so that we can get rid of the revmap_direct_max_irq field and use the revmap_size field instead, reducing the size of the irqdomain structure. Signed-off-by: Marc Zyngier <maz@kernel.org>