lkml.org 
[lkml]   [1998]   [Mar]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: SMP speed on 6x86 UP

> Anybody got any idea. May the APIC code touch chipset or processor
> ports?

i suspect it's the LOCK overhead. If it's a single-CPU system, then could
you edit asm-i386/atomic.h, and do:

#define LOCK ""

even if it's compiled as SMP? It might be that LOCK prefix overhead is
huge on the 686. You'll still have true spinlock behavior and semantics.

generally, the APIC(s) is rarely touched except at initialization time. So
it cant really be the APIC stuff. And it's _never_ supposed to be touched
if it's not detected at bootup ...

-- mingo


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

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