2011-04-06 21:16:17

by Sergei Trofimovich

[permalink] [raw]
Subject: [PATCH] [RFC] um: x86: unbreak build by reintroducing this_cpu_cmpxchg16b_emu

I'm sure fix can be nices, but initial patch should express an idea.

The main offender is privileged 'cli'.

Thanks!

--

Sergei


Attachments:
(No filename) (133.00 B)
0001-RFC-um-x86-unbreak-build-by-reintroducing-this_cpu_c.patch (5.09 kB)
signature.asc (198.00 B)
Download all attachments

2011-04-06 21:31:42

by Richard Weinberger

[permalink] [raw]
Subject: Re: [PATCH] [RFC] um: x86: unbreak build by reintroducing this_cpu_cmpxchg16b_emu

Sergei,

Am Mittwoch 06 April 2011, 23:18:37 schrieb Sergei Trofimovich:
> I'm sure fix can be nices, but initial patch should express an idea.

Please send patches not as attachment.

I think this patch is only needed on x86_64.
Um builds fine on my main machine (i386).
It seems to fail on x86_64 when using CONFIG_SLUB=y.

> The main offender is privileged 'cli'.
>
> Thanks!

Thanks,
//richard