Add rebalance_interrupts

Add rebalance_interrupts to run at boot and rebalance interrupts.
Run once after modules have loaded and a second time after boot
has completed to ensure all interrupts have been assigned to
individual cores.

Bug: 148403062
Change-Id: I9685807e3028bef509c4064a5c09cbc48b91f7f0
This commit is contained in:
Andrew Chant 2021-05-17 10:48:04 -07:00
parent 56aa41bcf4
commit e16045f7c6

View file

@ -383,6 +383,9 @@ PRODUCT_COPY_FILES += \
device/google/gs101/powerhint_a1.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint_a1.json device/google/gs101/powerhint_a1.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint_a1.json
-include hardware/google/pixel/power-libperfmgr/aidl/device.mk -include hardware/google/pixel/power-libperfmgr/aidl/device.mk
# IRQ rebalancing.
include hardware/google/pixel/rebalance_interrupts/rebalance_interrupts.mk
# PowerStats HAL # PowerStats HAL
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.power.stats-service.pixel android.hardware.power.stats-service.pixel