Re: [PATCH 0/6] 8xx MMU fixes

2009-10-09 Thread Joakim Tjernlund
Rex Feany wrote on 09/10/2009 08:46:49: > > Thus spake Joakim Tjernlund (joakim.tjernl...@transmode.se): > > > Rex Feany wrote on 09/10/2009 02:15:27: > > > > open("/proc/mounts", O_RDONLY) = 3 > > > fstat64(0x3, 0x7fe7e2a8)= 0 > > > mmap(NULL, 4096, PROT_READ|PROT_WRITE,

Re: [PATCH 0/6] 8xx MMU fixes

2009-10-09 Thread Joakim Tjernlund
Rex Feany wrote on 09/10/2009 08:46:49: > > Thus spake Joakim Tjernlund (joakim.tjernl...@transmode.se): > > > Rex Feany wrote on 09/10/2009 02:15:27: > > > > open("/proc/mounts", O_RDONLY) = 3 > > > fstat64(0x3, 0x7fe7e2a8)= 0 > > > mmap(NULL, 4096, PROT_READ|PROT_WRIT

Re: [PATCH 0/6] 8xx MMU fixes

2009-10-08 Thread Rex Feany
Thus spake Joakim Tjernlund (joakim.tjernl...@transmode.se): > Rex Feany wrote on 09/10/2009 02:15:27: > > open("/proc/mounts", O_RDONLY) = 3 > > fstat64(0x3, 0x7fe7e2a8)= 0 > > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = > > 0x3001f000 >

Re: [PATCH 0/6] 8xx MMU fixes

2009-10-08 Thread Joakim Tjernlund
Rex Feany wrote on 09/10/2009 02:15:27: > > Thus spake Joakim Tjernlund (joakim.tjernl...@transmode.se): > > > So here we go again. This time I am > > fairly confindent I got most things correct :) > > Also manged to use even less instructions in the > > TLB Miss handlers. > > > > Scott and Rex, f

Re: [PATCH 0/6] 8xx MMU fixes

2009-10-08 Thread Rex Feany
Thus spake Joakim Tjernlund (joakim.tjernl...@transmode.se): > So here we go again. This time I am > fairly confindent I got most things correct :) > Also manged to use even less instructions in the > TLB Miss handlers. > > Scott and Rex, forget previous versions and > try this one out. This pat

[PATCH 0/6] 8xx MMU fixes

2009-10-08 Thread Joakim Tjernlund
So here we go again. This time I am fairly confindent I got most things correct :) Also manged to use even less instructions in the TLB Miss handlers. Scott and Rex, forget previous versions and try this one out. Once this works we can discuss further enchantments. Joakim Tjernlund (6): 8xx: D