Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1467966
| From | Tim Chen <tim.c.chen@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 04/11] sched,x86: Enable Turbo Boost Max Technology |
| Date | 2016-08-22 21:10 +0200 |
| Message-ID | <s92LD-1R8-11@gated-at.bofh.it> (permalink) |
| References | <s7GDw-7k3-39@gated-at.bofh.it> <s8ToZ-4l2-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Aug 22, 2016 at 05:01:15PM +0800, kbuild test robot wrote: > Hi Tim, > > [auto build test ERROR on pm/linux-next] > [also build test ERROR on v4.8-rc3 next-20160822] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > [Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on] > [Check https://git-scm.com/docs/git-format-patch for more information] > > url: https://github.com/0day-ci/linux/commits/Srinivas-Pandruvada/Support-Intel-Turbo-Boost-Max-Technology-3-0/20160819-101955 > base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next > config: i386-allyesconfig (attached as .config) > compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > Should be fixed by the patch below. Will incorporate the fix in next rev of the patch series. Tim --- diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h index f148843..bcf3e85 100644 --- a/arch/x86/include/asm/topology.h +++ b/arch/x86/include/asm/topology.h @@ -147,6 +147,8 @@ int x86_pci_root_bus_node(int bus); void x86_pci_root_bus_resources(int bus, struct list_head *resources); #ifdef CONFIG_SCHED_ITMT +#include <asm/percpu.h> + DECLARE_PER_CPU_READ_MOSTLY(int, sched_core_priority); static inline bool sched_asym_prefer(int a, int b)
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 04/11] sched,x86: Enable Turbo Boost Max Technology Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> - 2016-08-19 03:20 +0200
Re: [PATCH 04/11] sched,x86: Enable Turbo Boost Max Technology Tim Chen <tim.c.chen@linux.intel.com> - 2016-08-22 21:10 +0200
Re: [PATCH 04/11] sched,x86: Enable Turbo Boost Max Technology Ingo Molnar <mingo@kernel.org> - 2016-08-24 12:40 +0200
Re: [PATCH 04/11] sched,x86: Enable Turbo Boost Max Technology Tim Chen <tim.c.chen@linux.intel.com> - 2016-08-24 20:00 +0200
Re: [PATCH 04/11] sched,x86: Enable Turbo Boost Max Technology Ingo Molnar <mingo@kernel.org> - 2016-08-24 20:10 +0200
Re: [PATCH 04/11] sched,x86: Enable Turbo Boost Max Technology Peter Zijlstra <peterz@infradead.org> - 2016-08-24 20:30 +0200
csiph-web