All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: RE: [Linux-ia64] 2.5.50+ patch for the impatient...
Date: Sat, 07 Dec 2002 04:57:10 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590709805513@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590709805503@msgid-missing>

>>>>> On Thu, 5 Dec 2002 16:50:46 -0600 (CST), Matt Domsch <Matt_Domsch@Dell.com> said:

  >> Something must have gone wrong with applying the ia64 patch.
  Matt> Yep.  Fixed here, thanks.

  Matt> Without CONFIG_SMP, cpu_possible() isn't defined.  I think it
  Matt> needs this:

  Matt> === include/asm-ia64/smp.h 1.8 vs edited === ---
  Matt> 1.8/include/asm-ia64/smp.h Mon Aug 12 06:06:34 2002 +++
  Matt> edited/include/asm-ia64/smp.h Thu Dec 5 16:49:20 2002 @@
  Matt> -138,6 +138,8 @@ extern void smp_send_reschedule (int cpu);
  Matt> extern void smp_send_reschedule_all (void);
 
  Matt> +#else /* !CONFIG_SMP */ +#define cpu_possible(cpu) (!cpu)
 
  Matt>  #endif /* CONFIG_SMP */ #endif /* _ASM_IA64_SMP_H */

Actually, I think this needs to be defined in linux/smp.h.  This
appears to be fixed already in Linus's bk tree
(see http://linux.bkbits.net:8080/linux-2.5/diffs/include/linux/smp.h@1.18).

	--david


      parent reply	other threads:[~2002-12-07  4:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-05  8:13 [Linux-ia64] 2.5.50+ patch for the impatient David Mosberger
2002-12-05 16:19 ` Matt_Domsch
2002-12-05 17:06 ` Jesse Barnes
2002-12-05 17:08 ` David Mosberger
2002-12-05 22:50 ` Matt Domsch
2002-12-06 14:15 ` Keith Owens
2002-12-07  4:57 ` David Mosberger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ia64-105590709805513@msgid-missing \
    --to=davidm@napali.hpl.hp.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.