[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Embedded-pv-devel] [Urgent!!!!!!]Xen hangs after printing "Turning Paging On"
Dear Ramya, try to add follow directive ".arch_extension sec\n" into void __hyp_init_sec(void) function located at "arch/arm/cpu/armv7/omap5/hyp.c" in our setup it looked like: asm ( ".pushsection .text\n" ".global __hyp_init_sec\n" #if __GNUC__ * 100 + __GNUC_MINOR__ >= 406 ".arch_extension sec\n" #endif "__hyp_init_sec:\n" and so on... With the best regards, Iurii On Fri, Oct 27, 2017 at 4:17 PM, RAMYA RAVICHANDRAN <ramya.r@xxxxxxxxxxxxxxxxxxx> wrote:
Iurii Mykhalskyi | Lead Software Engineer GlobalLogic P +38.044.492.9695x3664 M +38.096.311.5467 S mad-nemoi www.globallogic.com http://www.globallogic.com/email_disclaimer.txt _______________________________________________ Embedded-pv-devel mailing list Embedded-pv-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/embedded-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |