summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2019-01-09 09:58:45 -0600
committerStewart Smith <stewart@linux.ibm.com>2019-01-16 00:46:49 -0600
commit69ca8a8ff7a96ddb0f2bd9cdc54f69c364289ae6 (patch)
treeed3c57b7790e09e8ffec0f9c48fc2fac2a669542 /include
parent552cb9e371d82cea05ce5e6a2b8ae033361e2c72 (diff)
downloadblackbird-skiboot-69ca8a8ff7a96ddb0f2bd9cdc54f69c364289ae6.tar.gz
blackbird-skiboot-69ca8a8ff7a96ddb0f2bd9cdc54f69c364289ae6.zip
npu2: Remove unused npu2::bdf2pe_cache
This cache is written but never read. Wiring it up would gain us little (except added complexity), and it obviously hasn't been missed thus far, so remove it altogether. Signed-off-by: Reza Arbab <arbab@linux.ibm.com> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/npu2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/npu2.h b/include/npu2.h
index 1de963d1..af4ff68a 100644
--- a/include/npu2.h
+++ b/include/npu2.h
@@ -165,7 +165,6 @@ struct npu2 {
/* IODA cache */
uint64_t lxive_cache[8];
- uint64_t bdf2pe_cache[36];
uint64_t tve_cache[16];
bool tx_zcal_complete[2];
OpenPOWER on IntegriCloud