diff mbox series

[v2,10/10] xive: Remove obsolete comment

Message ID 20171121093231.28909-10-benh@kernel.crashing.org
State Accepted
Headers show
Series [v2,01/10] xive: Define API for single-escalation VP mode | expand

Commit Message

Benjamin Herrenschmidt Nov. 21, 2017, 9:32 a.m. UTC
---
 hw/xive.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/hw/xive.c b/hw/xive.c
index e6b233c9..e81fe49f 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));
 }