aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorHans de Goede <[email protected]>2017-04-08 19:54:20 +0200
committerAlexandre Belloni <[email protected]>2017-04-14 12:08:51 +0200
commit7ee06cb2f840a96be46233181ed4557901a74385 (patch)
tree3052730fccc8a45b524c370d5e6d0dec2264722c /tools/perf/scripts/python/export-to-postgresql.py
parent04767b9fc2315c90a1e4bfdee883c0cbc122f30f (diff)
x86: i8259: export legacy_pic symbol
The classic PC rtc-coms driver has a workaround for broken ACPI device nodes for it which lack an irq resource. This workaround used to unconditionally hardcode the irq to 8 in these cases. This was causing irq conflict problems on systems without a legacy-pic so a recent patch added an if (nr_legacy_irqs()) guard to the workaround to avoid this irq conflict. nr_legacy_irqs() uses the legacy_pic symbol under the hood causing an undefined symbol error if the rtc-cmos code is build as a module. This commit exports the legacy_pic symbol to fix this. Cc: [email protected] Cc: [email protected] Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions