Robert Richter 5bc13c2cbe irqchip/gic-v3-its: Fix command buffer allocation
The its command buffer must be page aligned, but kzalloc() is not
guaranteed to be (though it is mostly when allocating 64k). Use
__get_free_pages() as this is used for other buffers as well.

Signed-off-by: Robert Richter <rrichter@cavium.com>
[Marc: fixed the error path]
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
2017-02-08 15:47:44 +00:00
..
2016-12-25 10:47:44 +01:00
2016-12-25 10:47:44 +01:00
2016-12-25 10:47:44 +01:00
2015-07-28 13:58:13 +02:00
2017-02-03 15:03:49 +00:00