xref: /openbmc/linux/arch/arm/include/asm/xen/page.h (revision 7ca4282ade77de53b6e9ffa2695566e5d35dab1e)
1 #include <xen/arm/page.h>
2 
3 static inline bool xen_kernel_unmapped_at_usr(void)
4 {
5 	return false;
6 }
7