patch-2.4.0-test2 linux/include/linux/tqueue.h
Next file: linux/include/linux/usb.h
Previous file: linux/include/linux/sysctl.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Jun 23 21:30:21 2000
- Orig file:
v2.4.0-test1/linux/include/linux/tqueue.h
- Orig date:
Thu Feb 10 17:11:22 2000
diff -u --recursive --new-file v2.4.0-test1/linux/include/linux/tqueue.h linux/include/linux/tqueue.h
@@ -80,7 +80,7 @@
/*
* queue_task
*/
-extern __inline__ void queue_task(struct tq_struct *bh_pointer,
+static inline void queue_task(struct tq_struct *bh_pointer,
task_queue *bh_list)
{
if (!test_and_set_bit(0,&bh_pointer->sync)) {
@@ -95,7 +95,7 @@
/*
* Call all "bottom halfs" on a given list.
*/
-extern __inline__ void run_task_queue(task_queue *list)
+static inline void run_task_queue(task_queue *list)
{
if (*list) {
unsigned long flags;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)