mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ACPI / EC: Add CPU ID to debugging messages.
This patch adds CPU ID to the context entries' debugging output. no functional changes. Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
f114040e3e
commit
c95f25b036
@ -181,7 +181,8 @@ static bool advance_transaction(struct acpi_ec *ec)
|
|||||||
u8 status;
|
u8 status;
|
||||||
bool wakeup = false;
|
bool wakeup = false;
|
||||||
|
|
||||||
pr_debug("===== %s =====\n", in_interrupt() ? "IRQ" : "TASK");
|
pr_debug("===== %s (%d) =====\n",
|
||||||
|
in_interrupt() ? "IRQ" : "TASK", smp_processor_id());
|
||||||
status = acpi_ec_read_status(ec);
|
status = acpi_ec_read_status(ec);
|
||||||
t = ec->curr;
|
t = ec->curr;
|
||||||
if (!t)
|
if (!t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user