ACPI / APEI: Remove silent flag from ghes_read_estatus()
authorJames Morse <james.morse@arm.com>
Tue, 29 Jan 2019 18:48:38 +0000 (18:48 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 7 Feb 2019 22:10:44 +0000 (23:10 +0100)
commit93066e9aefa16beb10bb4a32c2f1657822b57753
tree7723e6c680ba59c3329bf54754d1c64c6b6e5c92
parent78b0b690f6558ed788dccafa45965325dd11ba89
ACPI / APEI: Remove silent flag from ghes_read_estatus()

Subsequent patches will split up ghes_read_estatus(), at which
point passing around the 'silent' flag gets annoying. This is to
suppress prink() messages, which prior to commit 42a0bb3f7138
("printk/nmi: generic solution for safe printk in NMI"), were
unsafe in NMI context.

This is no longer necessary, remove the flag. printk() messages
are batched in a per-cpu buffer and printed via irq-work, or a call
back from panic().

Signed-off-by: James Morse <james.morse@arm.com>
Reviewed-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/apei/ghes.c