public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Pentium 4 and 2.4/2.5
@ 2000-11-04 23:36 Frank Davis
  2000-11-07  3:41 ` Andre Hedrick
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Frank Davis @ 2000-11-04 23:36 UTC (permalink / raw)
  To: linux-kernel

Hello,
  I noticed that Pentium 4 isn't an config option in 2.4.0-test10. Is
someone working on a patch for the the kernel (if needed) to support the
Pentium 4 after 2.4.0 is released?

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

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: Pentium 4 and 2.4/2.5
@ 2000-11-05  0:04 Frank Davis
  2000-11-08  0:43 ` Alan Cox
  0 siblings, 1 reply; 20+ messages in thread
From: Frank Davis @ 2000-11-05  0:04 UTC (permalink / raw)
  To: alan; +Cc: x_coder, andre, linux-kernel

Alan,
  As for 'rep nop', couldn't we add in the code, as an example:  
#ifdef Pentium_4
rep nop
#endif

  As for the 2.2.18 patch for correctly determining 2GHz and above, can
it be easily  merged into the 2.4.x kernel, and if so, what's the maximum
clock speed that can be detected?

Regards,
-Frank

On Tue, 7 Nov 2000 21:48:40 +0000 (GMT) Alan Cox
<alan@lxorguk.ukuu.org.uk> writes:
> > are you saying that rep;nop is not needed in the spinlocks? 
> (because they
> > are for P4)
> 
> rep;nop is a magic instruction on the PIV and possibly some PIII 
> series CPUs
> [not sure]. As far as I can make out it naps momentarily or until 
> bus
> activity thus saving power on spinlocks.
> 
> The problem is 'rep nop' is not defined on other cpus so we can only 
> really use
> it on the PIII/PIV kernel builds
> 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2000-11-09 20:43 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-04 23:36 Pentium 4 and 2.4/2.5 Frank Davis
2000-11-07  3:41 ` Andre Hedrick
2000-11-07 12:13   ` Alan Cox
2000-11-07 21:06     ` Lyle Coder
2000-11-07 21:48       ` Alan Cox
2000-11-08 17:31         ` Linus Torvalds
2000-11-08 17:26     ` Linus Torvalds
2000-11-08 17:50       ` Alan Cox
2000-11-08 18:10         ` Linus Torvalds
2000-11-08 18:12           ` Brian Pomerantz
2000-11-08 18:21             ` Alan Cox
2000-11-08 18:27               ` kernel
2000-11-08 18:47                 ` Alan Cox
2000-11-09 20:42                   ` Simon Kirby
2000-11-08 18:29               ` Brian Pomerantz
2000-11-08 18:17           ` Alan Cox
2000-11-07  4:01 ` Robert M. Love
2000-11-07 12:04 ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2000-11-05  0:04 Frank Davis
2000-11-08  0:43 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox