Re: linking static to dynamic devices

2003-08-14 Thread ron minnich
On Tue, 5 Aug 2003, YhLu wrote: If you want cpufixup called by per cpu, you may need to modify cpu_initialize function and maybe add one pass for it. I plan to look at this tomorrow. ron Regards ___ Linuxbios mailing list [EMAIL PROTECTED]

Re: linking static to dynamic devices

2003-08-14 Thread YhLu
If you want cpufixup called by per cpu, you may need to modify cpu_initialize function and maybe add one pass for it. Regards Yinghai Lu -- : ron minnich [mailto:[EMAIL PROTECTED] : 200385 6:54 : [EMAIL PROTECTED] : linking static to dynamic devices The next obvious step is to link

Re: linking static to dynamic devices

2003-08-07 Thread Greg Watson
I'm not on the plane yet... :-) My suggestion was to add an 'optional' keyword to the cpu device. So you would declare something like: cpu k8 cpu0 ... end cpu k8 cpu1 optional ... end cpu k8 cpu2 optional ... end cpu k8 cpu3 optional ...

linking static to dynamic devices

2003-08-06 Thread ron minnich
The next obvious step is to link static to dynamic devices. One issue is that we define CPUs statically, up to the maximum the mainboard can take. But they may not be there. How do we express this? Greg had some ideas, so he may jump in once he gets off the plane. I do think the new static