public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] define cpu_logical_id() always
@ 2004-06-21 20:59 Bjorn Helgaas
  2004-06-26  0:50 ` David Mosberger
  2004-06-28 15:46 ` Bjorn Helgaas
  0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2004-06-21 20:59 UTC (permalink / raw)
  To: linux-ia64

Define cpu_logical_id() even when !SMP.  I added uses of this in some
iosapic printk's, which broke the UP build.

=== include/asm-ia64/smp.h 1.17 vs edited ==--- 1.17/include/asm-ia64/smp.h	2004-05-14 20:00:12 -06:00
+++ edited/include/asm-ia64/smp.h	2004-06-21 14:44:12 -06:00
@@ -123,5 +123,9 @@
 extern void lock_ipi_calllock(void);
 extern void unlock_ipi_calllock(void);
 
+#else
+
+#define cpu_logical_id(cpuid)		0
+
 #endif /* CONFIG_SMP */
 #endif /* _ASM_IA64_SMP_H */
=== include/asm-ia64/sn/sn_cpuid.h 1.8 vs edited ==--- 1.8/include/asm-ia64/sn/sn_cpuid.h	2004-02-03 22:39:51 -07:00
+++ edited/include/asm-ia64/sn/sn_cpuid.h	2004-06-21 14:53:37 -06:00
@@ -84,7 +84,6 @@
  */
 
 #ifndef CONFIG_SMP
-#define cpu_logical_id(cpu)				0
 #define cpu_physical_id(cpuid)			((ia64_getreg(_IA64_REG_CR_LID) >> 16) & 0xffff)
 #endif
 

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

end of thread, other threads:[~2004-06-28 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-21 20:59 [PATCH] define cpu_logical_id() always Bjorn Helgaas
2004-06-26  0:50 ` David Mosberger
2004-06-28 15:46 ` Bjorn Helgaas

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