Re: [uml-devel] User Mode Linux still doesn't build in 2.6.23-final.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Al Viro
Date: Monday, October 22, 2007 - 5:43 am

On Mon, Oct 22, 2007 at 08:25:04PM +0800, WANG Cong wrote:

Jeff had posted a fix for that one a while ago:

-int __sched wait_for_completion_interruptible(struct completion *x)
+int __sched fastcall wait_for_completion_interruptible(struct completion *x)

in kernel/sched.c

FWIW, I would simply kill the damn fastcall thing - right now the only
user is uml/i386; everything else either has it #defined to nothing or
(as i386 does) passes -mregparm=3 while having fastcall expand to
__attribute__((regparm(3))) - i.e. has all functions fastcall.

Do we really need it on uml/i386 enough to keep bothering with that mess?
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
User Mode Linux still doesn't build in 2.6.23-final., Rob Landley, (Thu Oct 11, 3:54 pm)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Robert P. J. Day, (Mon Oct 22, 12:01 am)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Robert P. J. Day, (Mon Oct 22, 12:58 am)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Al Viro, (Mon Oct 22, 5:43 am)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Jeremy Fitzhardinge, (Mon Oct 22, 4:14 pm)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Jeremy Fitzhardinge, (Mon Oct 22, 4:26 pm)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Jeremy Fitzhardinge, (Mon Oct 22, 4:56 pm)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Jeremy Fitzhardinge, (Tue Oct 23, 7:20 am)
Re: [uml-devel] User Mode Linux still doesn't build in 2.6 ..., Jeremy Fitzhardinge, (Tue Oct 23, 7:31 am)