Re: All K8 builds now broken

2004-03-23 Thread Eric W. Biederman
Greg Watson <[EMAIL PROTECTED]> writes: > On 23/03/2004, at 12:50 AM, Eric W. Biederman wrote: > > > Ok I suspect that code came early on and never got cleaned up. > > > > What this sounded like was a bug in existing code that caused things to work > > incorrectly. So at least on the Opteron thi

Re: All K8 builds now broken

2004-03-23 Thread Greg Watson
On 23/03/2004, at 12:50 AM, Eric W. Biederman wrote: Ok I suspect that code came early on and never got cleaned up. What this sounded like was a bug in existing code that caused things to work incorrectly. So at least on the Opteron things worked correctly. We need to go in and add better cpu

Re: All K8 builds now broken

2004-03-22 Thread Eric W. Biederman
ron minnich <[EMAIL PROTECTED]> writes: > This all started while trying to build EPIA and finding it was now > failing. > > The problem began with the cpufixup.h code. This code did things like > this: > > #if defined(k8) > #define cpufixup() k8_cpufixup() > #elif defined(k7) > > etc. Ok I

Re: All K8 builds now broken

2004-03-22 Thread ron minnich
On 22 Mar 2004, Eric W. Biederman wrote: > Is it this in the cpu part or something else? > cpu k8 "cpu0" > register "up" = "{ .chip = &amd8131, .ht_width=16, .ht_speed=600 }" > end forgot to add, it has nothing to do with this. ron ___ Linuxbios

Re: All K8 builds now broken

2004-03-22 Thread ron minnich
This all started while trying to build EPIA and finding it was now failing. The problem began with the cpufixup.h code. This code did things like this: #if defined(k8) #define cpufixup() k8_cpufixup() #elif defined(k7) etc. First, this is about the only code that doesn't test a value, but i

Re: All K8 builds now broken

2004-03-22 Thread Eric W. Biederman
ron minnich <[EMAIL PROTECTED]> writes: > Sorry. Greg just found that nobody nowhere was setting a few crucial > variables, like k8. He is tracking down the missing settings. You can too > if you wish. Would you please explain? Is it this in the cpu part or something else? cpu k8 "cpu0"

All K8 builds now broken

2004-03-22 Thread ron minnich
Sorry. Greg just found that nobody nowhere was setting a few crucial variables, like k8. He is tracking down the missing settings. You can too if you wish. It's amazing how a simple problem has uncovered such a den of snakes, but that's the way it goes sometimes. ron ___