Re: [Qemu-devel] [PATCH, MIPS64] Implement per CPU SEGBITS value

2007-06-23 Thread Aurelien Jarno
On Sat, Jun 23, 2007 at 09:41:11AM +0100, Thiemo Seufer wrote: > Aurelien Jarno wrote: > > Hi! > > > > The current MIPS64 implementation assumes SEGBITS = 40 for all CPU. This > > is correct for most CPU, but wrong for example for the 5K one, which has > > SEGBITS = 42. > > > > This patch modifie

Re: [Qemu-devel] [PATCH, MIPS64] Implement per CPU SEGBITS value

2007-06-23 Thread Thiemo Seufer
Aurelien Jarno wrote: > Hi! > > The current MIPS64 implementation assumes SEGBITS = 40 for all CPU. This > is correct for most CPU, but wrong for example for the 5K one, which has > SEGBITS = 42. > > This patch modifies the current code to use SEGBITS instead of an > hardcoded value. Instead of