aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/thread_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/include/asm/thread_info.h')
-rw-r--r--arch/ia64/include/asm/thread_info.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ia64/include/asm/thread_info.h b/arch/ia64/include/asm/thread_info.h
index 5b17418b4223..c16f21a068ff 100644
--- a/arch/ia64/include/asm/thread_info.h
+++ b/arch/ia64/include/asm/thread_info.h
@@ -27,7 +27,6 @@ struct thread_info {
27 __u32 status; /* Thread synchronous flags */ 27 __u32 status; /* Thread synchronous flags */
28 mm_segment_t addr_limit; /* user-level address space limit */ 28 mm_segment_t addr_limit; /* user-level address space limit */
29 int preempt_count; /* 0=premptable, <0=BUG; will also serve as bh-counter */ 29 int preempt_count; /* 0=premptable, <0=BUG; will also serve as bh-counter */
30 struct restart_block restart_block;
31#ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE 30#ifdef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
32 __u64 ac_stamp; 31 __u64 ac_stamp;
33 __u64 ac_leave; 32 __u64 ac_leave;
@@ -46,9 +45,6 @@ struct thread_info {
46 .cpu = 0, \ 45 .cpu = 0, \
47 .addr_limit = KERNEL_DS, \ 46 .addr_limit = KERNEL_DS, \
48 .preempt_count = INIT_PREEMPT_COUNT, \ 47 .preempt_count = INIT_PREEMPT_COUNT, \
49 .restart_block = { \
50 .fn = do_no_restart_syscall, \
51 }, \
52} 48}
53 49
54#ifndef ASM_OFFSETS_C 50#ifndef ASM_OFFSETS_C