aboutsummaryrefslogtreecommitdiff
path: root/include/npu.h
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-06-20 17:51:13 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-06-20 17:51:13 +1000
commit00e3e275344a42f6a682be72c88c015df87a0e28 (patch)
treefaade3c82e5bb09e9bd4e5331ebec130a2bb81ee /include/npu.h
parent6865d6f04e7a5e12db2b365f899dc8a902fc304c (diff)
downloadskiboot-00e3e275344a42f6a682be72c88c015df87a0e28.zip
skiboot-00e3e275344a42f6a682be72c88c015df87a0e28.tar.gz
skiboot-00e3e275344a42f6a682be72c88c015df87a0e28.tar.bz2
fwts: Add FWTS annotations for NPU errors
We also remove the NPUERR macros so that the FWTS parsing magic can construct find the prlog statements. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/npu.h')
-rw-r--r--include/npu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/npu.h b/include/npu.h
index ff6201e..7258e69 100644
--- a/include/npu.h
+++ b/include/npu.h
@@ -205,11 +205,8 @@ int64_t npu_dev_procedure_write(struct npu_dev_trap *trap,
(p)->phb.opal_id, ##a)
#define NPUINF(p, fmt, a...) prlog(PR_INFO, "NPU%d: " fmt, \
(p)->phb.opal_id, ##a)
-#define NPUERR(p, fmt, a...) prlog(PR_ERR, "NPU%d: " fmt, \
- (p)->phb.opal_id, ##a)
#define NPUDEVDBG(p, fmt, a...) NPUDBG((p)->npu, fmt, ##a)
#define NPUDEVINF(p, fmt, a...) NPUINF((p)->npu, fmt, ##a)
-#define NPUDEVERR(p, fmt, a...) NPUERR((p)->npu, fmt, ##a)
#endif /* __NPU_H */