lkml.org 
[lkml]   [2000]   [Mar]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Linux kernerl preemptive ??
On Mon, Mar 06, 2000 at 11:29:47AM +0200, Tuukka Toivonen wrote:

> I have once read his papers and followed discussion here, but I'm not
> really qualified to answer. However, I'll do my best...
>
> The main idea seems to be to duplicate the kernel data structures in
> memory. For example, 32-way SMP system might have 8 copies of kernel data,
> each running as 4-way SMP system. This means that the kernel copy A
> accessing its own data structures locks only its own data -- kernel copies
> B, C, ... are not locked and can run at full speed.

Indeed, but the most common SMP systems do just broadcast the invalidates,
so your 4-way kernel #1 will still bother #2. It won't save you with
directory caches either because there the invalidates are directed only
to the CPU that actually has the CPU.

Ralf

-
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.tux.org/lkml/

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