Files
linux/arch/arm
Juergen Gross 37510dd566 xen: simplify evtchn_do_upcall() call maze
There are several functions involved for performing the functionality
of evtchn_do_upcall():

- __xen_evtchn_do_upcall() doing the real work
- xen_hvm_evtchn_do_upcall() just being a wrapper for
  __xen_evtchn_do_upcall(), exposed for external callers
- xen_evtchn_do_upcall() calling __xen_evtchn_do_upcall(), too, but
  without any user

Simplify this maze by:

- removing the unused xen_evtchn_do_upcall()
- removing xen_hvm_evtchn_do_upcall() as the only left caller of
  __xen_evtchn_do_upcall(), while renaming __xen_evtchn_do_upcall() to
  xen_evtchn_do_upcall()

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Juergen Gross <jgross@suse.com>
2023-09-19 07:04:49 +02:00
..
2023-07-21 10:01:47 -07:00
2023-08-12 10:30:59 +02:00
2023-07-19 06:29:04 +00:00
2023-08-12 10:30:59 +02:00
2023-07-19 15:28:44 +08:00
2023-08-12 10:31:00 +02:00
2023-08-12 10:31:00 +02:00
2023-08-12 10:30:59 +02:00
2023-08-21 13:46:25 -07:00