ARMv7-A: If the page table does not like in same address range as .text and primary RAM, then we will need to set up an additional mapping for the page table at boot time.

This commit is contained in:
Gregory Nutt
2013-12-16 08:26:07 -06:00
parent 7fdf57b7bb
commit c4380b5a8f
4 changed files with 109 additions and 12 deletions
+1 -1
View File
@@ -456,7 +456,7 @@ int vsscanf(FAR const char *buf, FAR const char *fmt, va_list ap)
return count;
}
set_errno(errno);
set_errno(errsave);
/* We have to check whether we need to return a long
* or an int.