> The problem was solved when I upgraded to EGCS 2.91.54 (build 980816).
> Both binary distributions of EGCS 1.0.2 and 1.0.3a did not properly
> perform the "fastcall" operation in __switch_to. After manually compiling
> and installing the latest EGCS snapshot, the kernel compiled and booted-up
> cleanly.
Hi,
Strange... egcs-1.0.3a built from source seems to get it right. How
can that be? I tried different O/m switches.. no effect other than
ordering.
-Mike
.globl __switch_to
.type __switch_to,@function
__switch_to:
pushl %esi
pushl %ebx
movl %edx,%ecx
movl %eax,%ebx
movl 4(%ebx),%eax
testl $1048576,%eax
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html