[openfirmware] r1258 - cpu/x86/pc/olpc/via

svn at openfirmware.info svn at openfirmware.info
Wed Jul 29 03:10:30 CEST 2009


Author: wmb
Date: 2009-07-29 03:10:30 +0200 (Wed, 29 Jul 2009)
New Revision: 1258

Modified:
   cpu/x86/pc/olpc/via/probemem.fth
Log:
OLPC trac #9401 - Via - Fixed test-all crash by removing redundant
mmu-map from memory node selftest method in probemem.fth


Modified: cpu/x86/pc/olpc/via/probemem.fth
===================================================================
--- cpu/x86/pc/olpc/via/probemem.fth	2009-07-29 01:08:57 UTC (rev 1257)
+++ cpu/x86/pc/olpc/via/probemem.fth	2009-07-29 01:10:30 UTC (rev 1258)
@@ -93,9 +93,7 @@
    begin  ?dup  while
       2 decode-ints swap		 ( rem$ chunk$ )
       2dup .chunk			 ( rem$ chunk$ )
-[ifdef] virtual-mode
-      2dup over swap 3 mmu-map		 ( rem$ chunk$ )
-[then]
+      \ We maintain a 1-1 convenience mapping so explicit mapping is unnecessary
       memory-test-suite  if  2drop true exit  then	 ( rem$ )
    repeat  drop
    false




More information about the openfirmware mailing list