From 2d25eac7bc3966ea8cb5e00bdbf175adcff18aab Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 17 Aug 2010 01:37:39 +0000 Subject: [PATCH] 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 --- Documentation/NuttxPortingGuide.html | 22 +++++++++- arch/arm/include/arm/irq.h | 2 +- arch/arm/src/arm/up_prefetchabort.c | 60 ++++++++++++++++++++++++++-- arch/arm/src/arm/up_vectors.S | 33 +++++++-------- configs/README.txt | 18 +++++++-- include/nuttx/page.h | 37 +++++++++++++++++ sched/os_start.c | 7 +++- 7 files changed, 152 insertions(+), 27 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 6150823fb10..13a4775ef39 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/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: