[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [PATCH v3 10/43] arm64: add exception support
On Wed, Apr 18, 2018 at 06:48:24PM +0100, Julien Grall wrote: > >+ save_registers 1 > >+ mov x0, sp > >+ mrs x1, esr_el1; > >+ mrs x2, far_el1; > > Do you expect the mini-OS to always run with interrupt disabled in EL1? If At the beginning, we can run with interrupt disabled in EL1. It makes the code simple. :) > not, you may want to re-enable interrupt here. We can re-enable interrupt in future. Thanks Huang Shijie _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |