UPSTREAM: x86 BIST: Declare function with inline in header file
BUG=None BRANCH=None TEST=None Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17572 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de> Change-Id: Ieb5f1668a715ceadd5fe5ba0d121c865f1886038 Reviewed-on: https://chromium-review.googlesource.com/415069 Commit-Ready: Aaron Durbin <adurbin@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
ab4e7f6526
commit
515a1c9357
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef CPU_X86_BIST_H
|
||||
#define CPU_X86_BIST_H
|
||||
|
||||
static void report_bist_failure(u32 bist)
|
||||
static inline void report_bist_failure(u32 bist)
|
||||
{
|
||||
if (bist != 0) {
|
||||
printk(BIOS_EMERG, "BIST failed: %08x", bist);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue