From 19e95ff894d1861cd7406a45dfd36721601d6385 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 17 Aug 2010 01:37:39 +0000 Subject: Add on-demand paging support to ARM9 prefetch abort handler git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2860 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 22 ++++++++++- nuttx/arch/arm/include/arm/irq.h | 2 +- nuttx/arch/arm/src/arm/up_prefetchabort.c | 60 ++++++++++++++++++++++++++++-- nuttx/arch/arm/src/arm/up_vectors.S | 33 ++++++++-------- nuttx/configs/README.txt | 18 +++++++-- nuttx/include/nuttx/page.h | 37 ++++++++++++++++++ nuttx/sched/os_start.c | 7 +++- 7 files changed, 152 insertions(+), 27 deletions(-) diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index 6150823fb..13a4775ef 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: August 14, 2010

+

Last Updated: August 16, 2010

@@ -2390,6 +2390,26 @@ extern void up_ledoff(int led); If CONFIG_PAGING is selected, then the following also apply: