patch-2.2.11 linux/include/asm-ppc/processor.h
Next file: linux/include/asm-ppc/shmparam.h
Previous file: linux/include/asm-ppc/pgtable.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Aug 9 12:04:57 1999
- Orig file:
v2.2.10/linux/include/asm-ppc/processor.h
- Orig date:
Tue May 11 08:24:32 1999
diff -u --recursive --new-file v2.2.10/linux/include/asm-ppc/processor.h linux/include/asm-ppc/processor.h
@@ -198,6 +198,11 @@
void release_thread(struct task_struct *);
/*
+ * Create a new kernel thread.
+ */
+extern long kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
+
+/*
* Bus types
*/
#define EISA_bus 0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)