lkml.org 
[lkml]   [2003]   [Jul]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: TSCs are a no-no on i386
From
Date
On Mer, 2003-07-30 at 19:45, Adrian Bunk wrote:
> Note that this can also allow Step-A 486's to correctly run multi-thread
> applications since cmpxchg has a wrong opcode on this early CPU.
>
> Don't use this to enable multi-threading on an SMP machine, the lock
> atomicity can't be guaranted!

That is of course the other problem with this approach - you can't
really get the intended results without some extremely heavyweight code
(using an IPI to halt all CPU's, doing the access and then resuming
them)

The bigger problem (and certainly with some of the cmov emulation hacks
I've seen) is getting the security checking right when you need to
reprocess the user data - another reason to do it in userspace with a
preload 8)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.109 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site