From 4f9d90c4a8511edfe3faa8dbc27e3d3c933a720d Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Mon, 17 Jun 2002 20:37:27 -0700 Subject: [PATCH] remove tqueue.h from sched.h This is actually part of the work I've been doing to remove BHs, but it stands by itself. --- include/linux/tqueue.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux/tqueue.h') diff --git a/include/linux/tqueue.h b/include/linux/tqueue.h index 3d3047027229..d4729c518f22 100644 --- a/include/linux/tqueue.h +++ b/include/linux/tqueue.h @@ -110,6 +110,9 @@ static inline int queue_task(struct tq_struct *bh_pointer, task_queue *bh_list) return ret; } +/* Schedule a tq to run in process context */ +extern int schedule_task(struct tq_struct *task); + /* * Call all "bottom halfs" on a given list. */ -- cgit v1.2.3