patch-2.4.17 linux/include/asm-ia64/system.h
Next file: linux/include/asm-sparc/bitops.h
Previous file: linux/include/asm-ia64/siginfo.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/include/asm-ia64/system.h
- Orig date:
Fri Nov 9 22:26:17 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/include/asm-ia64/system.h linux/include/asm-ia64/system.h
@@ -405,6 +405,10 @@
ia64_psr(ia64_task_regs(prev))->dfh = 1; \
__switch_to(prev,next,last); \
} while (0)
+
+/* Return true if this CPU can call the console drivers in printk() */
+#define arch_consoles_callable() (cpu_online_map & (1UL << smp_processor_id()))
+
#else
# define switch_to(prev,next,last) do { \
ia64_psr(ia64_task_regs(next))->dfh = (ia64_get_fpu_owner() != (next)); \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)