Any idea how to fix ipipe to not cause a linking error when LPAE is enabled on arm?
I see the function __ipipe_pin_range_globally is inside an ifdef block that says essentially: #if !IPIPE define __ipipe_pin_range_globally as do nothing #else #if !LPAE define __ipipe_pin_range_globally function #endif #endif So if IPIPE and LPAE are both true, then the function is never defined. This is in arch/arm/mm/fault.c -- Len Sorensen _______________________________________________ Xenomai mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai
