diff options
Diffstat (limited to 'arch/m32r/include/asm/thread_info.h')
| -rw-r--r-- | arch/m32r/include/asm/thread_info.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/m32r/include/asm/thread_info.h b/arch/m32r/include/asm/thread_info.h index 8589d462df2..07bb5bd00e2 100644 --- a/arch/m32r/include/asm/thread_info.h +++ b/arch/m32r/include/asm/thread_info.h @@ -57,8 +57,6 @@ struct thread_info {  /*   * macros/functions for gaining access to the thread information structure - * - * preempt_count needs to be 1 initially, until the scheduler is functional.   */  #ifndef __ASSEMBLY__ @@ -68,7 +66,7 @@ struct thread_info {  	.exec_domain	= &default_exec_domain,	\  	.flags		= 0,			\  	.cpu		= 0,			\ -	.preempt_count	= 1,			\ +	.preempt_count	= INIT_PREEMPT_COUNT,	\  	.addr_limit	= KERNEL_DS,		\  	.restart_block = {			\  		.fn = do_no_restart_syscall,	\  |