Re: [PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-20 Thread Mark Rutland
On Thu, Oct 20, 2016 at 08:40:45AM +0200, Ingo Molnar wrote: > > * Andy Lutomirski wrote: > > > On Wed, Oct 19, 2016 at 11:28 AM, Mark Rutland wrote: > > > From: Heiko Carstens > > > > > > commit c65eacbe290b ("sched/core:

Re: [PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-20 Thread Mark Rutland
On Thu, Oct 20, 2016 at 08:40:45AM +0200, Ingo Molnar wrote: > > * Andy Lutomirski wrote: > > > On Wed, Oct 19, 2016 at 11:28 AM, Mark Rutland wrote: > > > From: Heiko Carstens > > > > > > commit c65eacbe290b ("sched/core: Allow putting thread_info into > > > task_struct") made struct

Re: [PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-20 Thread Ingo Molnar
* Andy Lutomirski wrote: > On Wed, Oct 19, 2016 at 11:28 AM, Mark Rutland wrote: > > From: Heiko Carstens > > > > commit c65eacbe290b ("sched/core: Allow putting thread_info into > > task_struct") made struct thread_info a

Re: [PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-20 Thread Ingo Molnar
* Andy Lutomirski wrote: > On Wed, Oct 19, 2016 at 11:28 AM, Mark Rutland wrote: > > From: Heiko Carstens > > > > commit c65eacbe290b ("sched/core: Allow putting thread_info into > > task_struct") made struct thread_info a generic struct with only a > > single flags member if

Re: [PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-19 Thread Andy Lutomirski
On Wed, Oct 19, 2016 at 11:28 AM, Mark Rutland wrote: > From: Heiko Carstens > > commit c65eacbe290b ("sched/core: Allow putting thread_info into > task_struct") made struct thread_info a generic struct with only a > single flags member if

Re: [PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-19 Thread Andy Lutomirski
On Wed, Oct 19, 2016 at 11:28 AM, Mark Rutland wrote: > From: Heiko Carstens > > commit c65eacbe290b ("sched/core: Allow putting thread_info into > task_struct") made struct thread_info a generic struct with only a > single flags member if THREAD_INFO_IN_TASK_STRUCT is selected. > > This change

[PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-19 Thread Mark Rutland
From: Heiko Carstens commit c65eacbe290b ("sched/core: Allow putting thread_info into task_struct") made struct thread_info a generic struct with only a single flags member if THREAD_INFO_IN_TASK_STRUCT is selected. This change however seems to be quite x86 centric,

[PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-19 Thread Mark Rutland
From: Heiko Carstens commit c65eacbe290b ("sched/core: Allow putting thread_info into task_struct") made struct thread_info a generic struct with only a single flags member if THREAD_INFO_IN_TASK_STRUCT is selected. This change however seems to be quite x86 centric, since at least the generic

Re: [PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-13 Thread Andy Lutomirski
On Thu, Oct 13, 2016 at 4:41 PM, Mark Rutland wrote: > Hi, > > On Thu, Oct 13, 2016 at 01:57:10PM +0200, Heiko Carstens wrote: >> commit c65eacbe290b ("sched/core: Allow putting thread_info into >> task_struct") made struct thread_info a generic struct with only a >> single

Re: [PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-13 Thread Andy Lutomirski
On Thu, Oct 13, 2016 at 4:41 PM, Mark Rutland wrote: > Hi, > > On Thu, Oct 13, 2016 at 01:57:10PM +0200, Heiko Carstens wrote: >> commit c65eacbe290b ("sched/core: Allow putting thread_info into >> task_struct") made struct thread_info a generic struct with only a >> single flags member if

Re: [PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-13 Thread Mark Rutland
Hi, On Thu, Oct 13, 2016 at 01:57:10PM +0200, Heiko Carstens wrote: > commit c65eacbe290b ("sched/core: Allow putting thread_info into > task_struct") made struct thread_info a generic struct with only a > single flags member if THREAD_INFO_IN_TASK_STRUCT is selected. > > This change however

Re: [PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-13 Thread Mark Rutland
Hi, On Thu, Oct 13, 2016 at 01:57:10PM +0200, Heiko Carstens wrote: > commit c65eacbe290b ("sched/core: Allow putting thread_info into > task_struct") made struct thread_info a generic struct with only a > single flags member if THREAD_INFO_IN_TASK_STRUCT is selected. > > This change however

[PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-13 Thread Heiko Carstens
commit c65eacbe290b ("sched/core: Allow putting thread_info into task_struct") made struct thread_info a generic struct with only a single flags member if THREAD_INFO_IN_TASK_STRUCT is selected. This change however seems to be quite x86 centric, since at least the generic preemption code

[PATCH 1/3] sched/core,x86: make struct thread_info arch specific again

2016-10-13 Thread Heiko Carstens
commit c65eacbe290b ("sched/core: Allow putting thread_info into task_struct") made struct thread_info a generic struct with only a single flags member if THREAD_INFO_IN_TASK_STRUCT is selected. This change however seems to be quite x86 centric, since at least the generic preemption code