[L4alpha-cvscommit] CVS: L4Alpha/pal memory.mar,1.10,1.11
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-09-17 03:51:19
|
Update of /cvsroot/l4alpha/L4Alpha/pal In directory usw-pr-cvs1:/tmp/cvs-serv15551/pal Modified Files: memory.mar Log Message: No longer prints '%' character when mapping an already existing mapping. Index: memory.mar =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/pal/memory.mar,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** memory.mar 11 Feb 2002 10:16:32 -0000 1.10 --- memory.mar 17 Sep 2002 03:51:14 -0000 1.11 *************** *** 736,740 **** ipte_translation_valid: bne t4, ipte_guard_fault ! NewCom2SerialPutChar ^x25,t10,t9 ; % ; Here there is already a translation ; we should get the pointer and update the (new) permissions --- 736,740 ---- ipte_translation_valid: bne t4, ipte_guard_fault ! ;NewCom2SerialPutChar ^x25,t10,t9 ; % ; Here there is already a translation ; we should get the pointer and update the (new) permissions |