]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
HACK: arm: Implement intr_next_cpu
authorJulien Grall <julien.grall@linaro.org>
Sun, 2 Nov 2014 19:54:48 +0000 (19:54 +0000)
committerJulien Grall <julien.grall@citrix.com>
Sat, 3 Oct 2015 18:37:31 +0000 (19:37 +0100)
Required for the event channel code

sys/arm/include/intr_machdep.h

index 7ab69d9405a0f0b977c8b3c3e2a117eaa4479eaa..81185d3a24ab8097d455414f369dd540bbb96541 100644 (file)
@@ -93,4 +93,10 @@ int  gic_decode_fdt(uint32_t iparentnode, uint32_t *intrcells, int *interrupt,
 int arm_fdt_map_irq(phandle_t, pcell_t *, int);
 #endif
 
+/* TODO: Implement it */
+static inline u_int intr_next_cpu(void)
+{
+       return 0;
+}
+
 #endif /* _MACHINE_INTR_H */