v2.6.23-rc1-rt0 adds an msleep(1) in net/sched/sch_generic.c without including the neceessary header. This patches fixes it. Signed-off-by: Hans J. Koch <hjk@linutronix.de> ---- Index: linux-2.6.23-rc/net/sched/sch_generic.c =================================================================== --- linux-2.6.23-rc.orig/net/sched/sch_generic.c 2007-07-24 20:09:18.000000000 +0200 +++ linux-2.6.23-rc/net/sched/sch_generic.c 2007-07-24 20:10:13.000000000 +0200 @@ -25,6 +25,7 @@ #include <linux/init.h> #include <linux/rcupdate.h> #include <linux/list.h> +#include <linux/delay.h> #include <net/pkt_sched.h> /* Main transmission queue. */ -
| Chuck Ebbert | Why do so many machines need "noapic"? |
| Jesper Juhl | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Joe Perches | Re: [RFC] New kernel-message logging API |
| Ken Chen | [patch] remove artificial software max_loop limit |
git: | |
| walt | [VOTE] git versus mercurial |
| Linus Torvalds | People unaware of the importance of "git gc"? |
| Junio C Hamano | Re: git + ssh + key authentication feature-request |
| Martin Langhoff | Handling large files with GIT |
| Christian Weisgerber | Re: libiconv problem |
| Richard Stallman | Real men don't attack straw men |
| Daniel Ouellet | Show your appreciation and get your 4.2 DVD |
| new_guy | Code signing in OpenBSD |
| David C. Niemi | Re: rsh: "rcmd: socket: Permission denied" |
| Peter MacDonald | demand paging: proposal |
| Peter Grehan | TCP SYN_RECV state: stuck forever in accept() ? |
| Dennis Robinson | Source for uptime, df, ps ? |
