Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
#include <asm/cpufeature.h>
#include <asm/platform.h>
#include <asm/procinfo.h>
+#include <xsm/xsm.h>
struct cpuinfo_arm __read_mostly boot_cpu_data;
gic_route_ppis();
gic_route_spis();
+ xsm_dt_init();
init_maintenance_interrupt();
init_timer_interrupt();
HYPERCALL(sched_op, 2),
HYPERCALL(console_io, 3),
HYPERCALL(xen_version, 2),
+ HYPERCALL(xsm_op, 1),
HYPERCALL(event_channel_op, 2),
HYPERCALL(physdev_op, 2),
HYPERCALL(sysctl, 2),