diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2017-11-21 20:32:31 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-28 20:39:07 -0600 |
commit | 17cd974074e656d0b7bbe8e284b1cda095e7a6fd (patch) | |
tree | 4fa952e8028f906799cfbdd5bcf88ab04737431e | |
parent | 7db8a9a31649d970922e4d78f9c65d9922ba8700 (diff) | |
download | skiboot-17cd974074e656d0b7bbe8e284b1cda095e7a6fd.zip skiboot-17cd974074e656d0b7bbe8e284b1cda095e7a6fd.tar.gz skiboot-17cd974074e656d0b7bbe8e284b1cda095e7a6fd.tar.bz2 |
xive: Remove obsolete comment
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | hw/xive.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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)); } |