linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* "Will be removed in 2.4"
@ 2003-07-03 20:01 Justin Pryzby
  2003-07-03 23:19 ` Jeff Garzik
  2003-12-30 21:30 ` 2.5isms Justin Pryzby
  0 siblings, 2 replies; 15+ messages in thread
From: Justin Pryzby @ 2003-07-03 20:01 UTC (permalink / raw)
  To: linux-kernel

Linux 2.4.21, include/asm/io.h:51 says "Will be removed in 2.4".  Its
there in 2.5.74 as well.

I can understand why it would be in 2.5; the comment should say 2.6,
though.

Justin

^ permalink raw reply	[flat|nested] 15+ messages in thread
* 2.5isms
@ 2004-12-31 23:06 Justin Pryzby
  2005-01-01  2:34 ` 2.5isms Nick Piggin
  0 siblings, 1 reply; 15+ messages in thread
From: Justin Pryzby @ 2004-12-31 23:06 UTC (permalink / raw)
  To: linux-kernel

Hi all, I have more 2.5isms for the list.  ./fs/binfmt_elf.c:

  #ifdef CONFIG_X86_HT
                  /*
                   * In some cases (e.g. Hyper-Threading), we want to avoid L1
                   * evictions by the processes running on the same package. One
                   * thing we can do is to shuffle the initial stack for them.
                   *
                   * The conditionals here are unneeded, but kept in to make the
                   * code behaviour the same as pre change unless we have
                   * hyperthreaded processors. This should be cleaned up
                   * before 2.6
                   */

                  if (smp_num_siblings > 1)
                          STACK_ALLOC(p, ((current->pid % 64) << 7));
  #endif

Happy y2k5,
Justin

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

end of thread, other threads:[~2005-01-03  0:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-03 20:01 "Will be removed in 2.4" Justin Pryzby
2003-07-03 23:19 ` Jeff Garzik
2003-12-30 21:30 ` 2.5isms Justin Pryzby
2004-01-03 15:18   ` 2.5isms Pavel Machek
2004-01-07  7:28   ` 2.5isms Justin Pryzby
2004-03-29 15:40   ` 2.5isms Pavel Machek
2004-12-31 23:06 2.5isms Justin Pryzby
2005-01-01  2:34 ` 2.5isms Nick Piggin
2005-01-01  8:40   ` 2.5isms Arjan van de Ven
2005-01-01  9:13   ` 2.5isms Andi Kleen
2005-01-02  0:43     ` 2.5isms Nick Piggin
2005-01-02  8:58       ` 2.5isms Arjan van de Ven
2005-01-03  0:49         ` 2.5isms Nick Piggin
2005-01-02 12:04       ` 2.5isms Andi Kleen
2005-01-03  0:44         ` 2.5isms Nick Piggin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).