ocxl: Don't return trigger page when allocating an interrupt
Existing users of ocxl_link_irq_alloc() have been converted to obtain the trigger page of an interrupt through xive directly, we therefore have no need to return the trigger page when allocating an interrupt. It also allows ocxl to use the xive native interface to allocate interrupts, instead of its custom service. Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org> Acked-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200403153838.29224-4-fbarrat@linux.ibm.com
This commit is contained in:
committed by
Michael Ellerman
parent
ad857d47df
commit
dde6f18a87
+1
-7
@@ -460,14 +460,8 @@ int ocxl_link_remove_pe(void *link_handle, int pasid);
|
||||
* Allocate an AFU interrupt associated to the link.
|
||||
*
|
||||
* 'hw_irq' is the hardware interrupt number
|
||||
* 'obj_handle' is the 64-bit object handle to be passed to the AFU to
|
||||
* trigger the interrupt.
|
||||
* On P9, 'obj_handle' is an address, which, if written, triggers the
|
||||
* interrupt. It is an MMIO address which needs to be remapped (one
|
||||
* page).
|
||||
*/
|
||||
int ocxl_link_irq_alloc(void *link_handle, int *hw_irq,
|
||||
u64 *obj_handle);
|
||||
int ocxl_link_irq_alloc(void *link_handle, int *hw_irq);
|
||||
|
||||
/*
|
||||
* Free a previously allocated AFU interrupt
|
||||
|
||||
Reference in New Issue
Block a user