summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2017-01-15 22:36:26 -0600
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-02-02 18:22:41 +1100
commit590212dc7e427b8b228de05c7747a7fe0cc44773 (patch)
tree5fd01e1c36be9bc45e0daf8fc7527f0790e87080 /hw
parenta2cacb4b2c33ba5f87e7729002e286ed2903b9c3 (diff)
downloadblackbird-skiboot-590212dc7e427b8b228de05c7747a7fe0cc44773.tar.gz
blackbird-skiboot-590212dc7e427b8b228de05c7747a7fe0cc44773.zip
xive: Comments about in-memory overflow queues
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/xive.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xive.c b/hw/xive.c
index a126c4c9..535e819c 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -1424,6 +1424,10 @@ static bool xive_set_local_tables(struct xive *x)
return false;
#endif
+ /* XXX For the queue overflow, configure VSD VST_TSEL_IRQ
+ * with block id 0 to 5 (6 queues) with some 64k page
+ */
+
return true;
}
OpenPOWER on IntegriCloud