diff options
Diffstat (limited to 'arch/ia64/include/asm/thread_info.h')
| -rw-r--r-- | arch/ia64/include/asm/thread_info.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/include/asm/thread_info.h b/arch/ia64/include/asm/thread_info.h index ff2ae413658..020d655ed08 100644 --- a/arch/ia64/include/asm/thread_info.h +++ b/arch/ia64/include/asm/thread_info.h @@ -31,7 +31,7 @@ struct thread_info {  	mm_segment_t addr_limit;	/* user-level address space limit */  	int preempt_count;		/* 0=premptable, <0=BUG; will also serve as bh-counter */  	struct restart_block restart_block; -#ifdef CONFIG_VIRT_CPU_ACCOUNTING +#ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE  	__u64 ac_stamp;  	__u64 ac_leave;  	__u64 ac_stime; @@ -69,7 +69,7 @@ struct thread_info {  #define task_stack_page(tsk)	((void *)(tsk))  #define __HAVE_THREAD_FUNCTIONS -#ifdef CONFIG_VIRT_CPU_ACCOUNTING +#ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE  #define setup_thread_stack(p, org)			\  	*task_thread_info(p) = *task_thread_info(org);	\  	task_thread_info(p)->ac_stime = 0;		\  |