Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1739385
| From | Rohit Jain <rohit.k.jain@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] ignore_this_patch: Fixing compilation error on Peter's tree |
| Date | 2017-09-26 02:10 +0200 |
| Message-ID | <utLBL-5lc-17@gated-at.bofh.it> (permalink) |
| References | <utLBL-5lc-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Addendum, please ignore. Signed-off-by: Rohit Jain <rohit.k.jain@oracle.com> --- kernel/time/tick-sched.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index eb0e975..ede1add 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c @@ -19,6 +19,7 @@ #include <linux/percpu.h> #include <linux/nmi.h> #include <linux/profile.h> +#include <linux/vmstat.h> #include <linux/sched/signal.h> #include <linux/sched/clock.h> #include <linux/sched/stat.h> -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/3] sched/fair: Introduce scaled capacity awareness in enqueue Rohit Jain <rohit.k.jain@oracle.com> - 2017-09-26 02:10 +0200
[PATCH 2/3] sched/fair: Introduce scaled capacity awareness in select_idle_sibling code path Rohit Jain <rohit.k.jain@oracle.com> - 2017-09-26 02:10 +0200
Re: [PATCH 2/3] sched/fair: Introduce scaled capacity awareness in select_idle_sibling code path Joel Fernandes <joelaf@google.com> - 2017-09-26 09:00 +0200
[PATCH 3/3] ignore_this_patch: Fixing compilation error on Peter's tree Rohit Jain <rohit.k.jain@oracle.com> - 2017-09-26 02:10 +0200
[PATCH 1/3] sched/fair: Introduce scaled capacity awareness in find_idlest_cpu code path Rohit Jain <rohit.k.jain@oracle.com> - 2017-09-26 02:10 +0200
Re: [PATCH 1/3] sched/fair: Introduce scaled capacity awareness in find_idlest_cpu code path joelaf <joelaf@google.com> - 2017-09-26 05:00 +0200
Re: [PATCH 1/3] sched/fair: Introduce scaled capacity awareness in find_idlest_cpu code path Rohit Jain <rohit.k.jain@oracle.com> - 2017-09-26 06:50 +0200
Re: [PATCH 1/3] sched/fair: Introduce scaled capacity awareness in find_idlest_cpu code path Joel Fernandes <joelaf@google.com> - 2017-09-26 09:10 +0200
csiph-web