Re: Kernel 2.4.21 hangs up

2005-02-01 Thread David Mosberger
> On Tue, 01 Feb 2005 18:54:59 +0100, Markus Trippelsdorf <[EMAIL > PROTECTED]> said: Markus> They posted it to the LKML so time ago Markus> (2004-03-12). (message): Markus> http://marc.theaimsgroup.com/?l=linux-kernel&m=107913092300497 Markus> (script): Markus> http://marc.thea

Re: Kernel 2.4.21 hangs up

2005-02-01 Thread Markus Trippelsdorf
On Tue, 2005-02-01 at 09:46 -0800, David Mosberger wrote: > Also, even with 2.6 you need a script from Intel which does some > "magic" GCC->ICC option translations to build the kernel with the > Intel compiler. AFAIK, this script has not been released by Intel > (hint, hint...). > They posted it

Re: Kernel 2.4.21 hangs up

2005-02-01 Thread David Mosberger
[I trimmed the cc-list...] > On Tue, 1 Feb 2005 00:20:01 -0800 (PST), baswaraj kasture <[EMAIL > PROTECTED]> said: Baswaraj> Hi, I compiled kernel 2.4.21 with intel compiler . That's curious. Last time I checked, the changes needed to use the Intel-compiler have not been backported t

Re: Kernel 2.4.21 hangs up

2005-02-01 Thread Christian Hildner
baswaraj kasture schrieb: Hi, I compiled kernel 2.4.21 with intel compiler . While booting it hangs-up . further i found that it hangsup due to call to "calibrate_delay" routine in "init/main.c". Also found that loop in the callibrate_delay" routine goes infinite.When i comment out the call to "cal

Re: Kernel 2.4.21 hangs up

2005-02-01 Thread Arjan van de Ven
On Tue, 2005-02-01 at 00:20 -0800, baswaraj kasture wrote: > Hi, > > I compiled kernel 2.4.21 with intel compiler . 2.4.21 isn't supposed to be compilable with the intel compiler... > fine. I am using IA-64 (Intel Itanium 2 ) with EL3.0. ... and the RHEL3 kernel most certainly isn't. I strongl

Kernel 2.4.21 hangs up

2005-02-01 Thread baswaraj kasture
Hi, I compiled kernel 2.4.21 with intel compiler . While booting it hangs-up . further i found that it hangsup due to call to "calibrate_delay" routine in "init/main.c". Also found that loop in the callibrate_delay" routine goes infinite.When i comment out the call to "callibrate_delay" routine, i