From: Matt Domsch <Matt_Domsch@Dell.com>
To: linux-ia64@vger.kernel.org
Subject: RE: [Linux-ia64] 2.5.50+ patch for the impatient...
Date: Thu, 05 Dec 2002 22:50:46 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590709805508@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590709805503@msgid-missing>
> Something must have gone wrong with applying the ia64 patch.
Yep. Fixed here, thanks.
Without CONFIG_SMP, cpu_possible() isn't defined. I think it needs this:
=== include/asm-ia64/smp.h 1.8 vs edited ==--- 1.8/include/asm-ia64/smp.h Mon Aug 12 06:06:34 2002
+++ edited/include/asm-ia64/smp.h Thu Dec 5 16:49:20 2002
@@ -138,6 +138,8 @@
extern void smp_send_reschedule (int cpu);
extern void smp_send_reschedule_all (void);
+#else /* !CONFIG_SMP */
+#define cpu_possible(cpu) (!cpu)
#endif /* CONFIG_SMP */
#endif /* _ASM_IA64_SMP_H */
Thanks,
Matt
--
Matt Domsch
Sr. Software Engineer, Lead Engineer, Architect
Dell Linux Solutions www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
next prev parent reply other threads:[~2002-12-05 22:50 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 [this message]
2002-12-06 14:15 ` Keith Owens
2002-12-07 4:57 ` David Mosberger
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-105590709805508@msgid-missing \
--to=matt_domsch@dell.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox