On Sat, 14 Jul 2007, Avi Kivity wrote:
>
> Linus, please do your usual thing from the repository and branch at

It has code like

        +       /* Can deadlock when called with interrupts disabled */
        +       WARN_ON(irqs_disabled());
        +
                /* prevent preemption and reschedule on another processor */
                int me = get_cpu();

which is against the coding conventions (and shouldn't even compile 
cleanly - but maybe we don't have the "warn about C99 variable 
declarations" thng on?).

Please don't do that.

                Linus

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to