[L4alpha-cvscommit] CVS: L4Alpha/pal memory.mar,1.5,1.6
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2001-12-10 00:21:40
|
Update of /cvsroot/l4alpha/L4Alpha/pal In directory usw-pr-cvs1:/tmp/cvs-serv6248 Modified Files: memory.mar Log Message: Outputs a % when a mapping that already exists is present. This is a temporary measure.... Index: memory.mar =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/pal/memory.mar,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** memory.mar 2001/11/27 00:36:49 1.5 --- memory.mar 2001/12/10 00:21:35 1.6 *************** *** 707,711 **** ipte_translation_valid: bne t4, ipte_guard_fault ! ; NewCom2SerialPutChar ^x78,t10,t9 ; x ; Here there is already a translation ; we should get the pointer and update the (new) permissions --- 707,711 ---- 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 *************** *** 716,722 **** ; We don't bother flushing entry here, it can be done in TLB fault handler. ! ; PVC_JSR mem_insert_pte bsr=1 dest=1; ! ; ret zero, (ra) ; Entry is always in tabls ;+ --- 716,723 ---- ; We don't bother flushing entry here, it can be done in TLB fault handler. + ! PVC_JSR mem_insert_pte bsr=1 dest=1; ! ret zero, (ra) ; Entry is always in tabls ;+ |