Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1672610
| From | Daniel Bristot de Oliveira <bristot@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/2] sched/debug: Inform the number of rt/dl task that can migrate |
| Date | 2017-06-22 15:10 +0200 |
| Message-ID | <tVa1Y-5aF-11@gated-at.bofh.it> (permalink) |
| References | <tUTu9-26o-3@gated-at.bofh.it> <tUTu9-26o-5@gated-at.bofh.it> <tV6B3-2JO-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 06/22/2017 11:29 AM, Ingo Molnar wrote: > Note that this patch breaks in various cross-builds - here's the Alpha defconfig > build: > > /home/mingo/tip/kernel/sched/debug.c: In function 'print_rt_rq': > /home/mingo/tip/kernel/sched/debug.c:556:60: error: 'struct rt_rq' has no member > named 'rt_nr_migratory' > SEQ_printf(m, " .%-30s: %lu\n", #x, (unsigned long)(rt_rq->x)) > ^ > /home/mingo/tip/kernel/sched/debug.c:33:17: note: in definition of macro > 'SEQ_printf' > seq_printf(m, x); \ > ... Oops... The rt_nr_migratory is conditioned to: #ifdef CONFIG_SMP Sorry for the miss attention, I will fix this. -- Daniel
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/2] sched/debug: Inform the number of rt/dl task that can migrate Daniel Bristot de Oliveira <bristot@redhat.com> - 2017-06-21 21:30 +0200
Re: [PATCH 1/2] sched/debug: Inform the number of rt/dl task that can migrate Ingo Molnar <mingo@kernel.org> - 2017-06-22 11:30 +0200
Re: [PATCH 1/2] sched/debug: Inform the number of rt/dl task that can migrate Daniel Bristot de Oliveira <bristot@redhat.com> - 2017-06-22 15:10 +0200
csiph-web