patch-2.1.19 linux/include/asm-i386/current.h

Next file: linux/include/asm-i386/mmu_context.h
Previous file: linux/include/asm-alpha/termios.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.18/linux/include/asm-i386/current.h linux/include/asm-i386/current.h
@@ -0,0 +1,12 @@
+#ifndef _I386_CURRENT_H
+#define _I386_CURRENT_H
+
+/* Some architectures may want to do something "clever" here since
+ * this is the most frequently accessed piece of data in the entire
+ * kernel.  For an example, see the Sparc implementation where an
+ * entire register is hard locked to contain the value of current.
+ */
+extern struct task_struct *current_set[NR_CPUS];
+#define current (current_set[smp_processor_id()])	/* Current on this processor */
+
+#endif /* !(_I386_CURRENT_H) */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov