aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2017-11-21 20:32:31 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-11-28 20:39:07 -0600
commit17cd974074e656d0b7bbe8e284b1cda095e7a6fd (patch)
tree4fa952e8028f906799cfbdd5bcf88ab04737431e /hw
parent7db8a9a31649d970922e4d78f9c65d9922ba8700 (diff)
downloadskiboot-17cd974074e656d0b7bbe8e284b1cda095e7a6fd.zip
skiboot-17cd974074e656d0b7bbe8e284b1cda095e7a6fd.tar.gz
skiboot-17cd974074e656d0b7bbe8e284b1cda095e7a6fd.tar.bz2
xive: Remove obsolete comment
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/xive.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xive.c b/hw/xive.c
index e6b233c..e81fe49 100644
--- a/hw/xive.c
+++ b/hw/xive.c
@@ -1089,8 +1089,6 @@ static void xive_init_vp_allocator(void)
*
* These are 0x80..0xff, so order 7 starting at 0x80. This will
* reserve that range on each chip.
- *
- * XXX This can go away if we just call xive_reset ..
*/
assert(buddy_reserve(xive_vp_buddy, 0x80, 7));
}