From fd5f3bf64dd35754e44942f99352d70fc71ae73b Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 17 Mar 2011 22:33:49 +0000 Subject: Fix QEMU timer interrupt handler git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3389 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttX.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 1ac727263..59c8686f5 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 16, 2011

+

Last Updated: March 17, 2011

@@ -2202,6 +2202,10 @@ nuttx-5.20 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> LPC17xx. * arch/x86/include/i486/irq.h -- Fix irqrestore() macro... it was not correctly re-enabling interrupts. + * arch/x86/src - Fix numerous problems with i486/QEMU context + switching. Basically, the logic was missing the cases to handle + the differing stack frames when a priority change occurs and when + no priority change occurs. apps-5.20 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> -- cgit v1.2.3