From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 3 Jun 2013 14:31:59 +0800 (CST) From: =?UTF-8?B?5bWM5YWl5byP5bel56iL5biI?= In-Reply-To: <51AC31A2.5010907@xenomai.org> References: <4cacd80b.2131b.13ef60cf09e.Coremail.ericvic@163.com> <51A79898.50805@xenomai.org> <34806652.2924.13ef838eb26.Coremail.ericvic@163.com> <4855a071.2a22.13ef83b0d46.Coremail.ericvic@163.com> <51A835DE.5020409@xenomai.org> <700980f4.7d37.13ef927183f.Coremail.ericvic@163.com> <27b32d48.5247.13efee65625.Coremail.ericvic@163.com> <51A9C9EF.2040702@xenomai.org> <37d33293.2abd.13f07ada45c.Coremail.ericvic@163.com> <51AC31A2.5010907@xenomai.org> Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 MIME-Version: 1.0 Message-ID: <185d7e1a.9467.13f08bc34aa.Coremail.ericvic@163.com> Subject: Re: [Xenomai] freescale(imx53) with xenomai patch List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: xenomai@xenomai.org I have removed the disable and enble codes .=EF=BC=8Cbut It still be inte= rrupted by the rt_task=E3=80=82 If it does not let the task runing the Interruption time will be very accur= ate. why? =E5=9C=A8 2013-06-03 14:03:14=EF=BC=8C"Gilles Chanteperdrix" =E5=86=99=E9=81=93=EF=BC=9A >On 06/03/2013 03:36 AM, =E5=B5=8C=E5=85=A5=E5=BC=8F=E5=B7=A5=E7=A8=8B=E5= =B8=88 wrote: > >> To prevent re-entry > > >You do not need to do that: >- hardware interrupts are off, so, there is no possible reentry >- if the interrupt if of the "level" type, the flow handler already does >it, and with some edge type interrupt handler, you risk to miss interrupts= . > >--=20 > Gilles.