Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 401669 | Differences between
and this patch

Collapse All | Expand All

(-)arch/ia64/include/asm/thread_info.h.orig (+3 lines)
Lines 31-36 Link Here
31
	mm_segment_t addr_limit;	/* user-level address space limit */
31
	mm_segment_t addr_limit;	/* user-level address space limit */
32
	int preempt_count;		/* 0=premptable, <0=BUG; will also serve as bh-counter */
32
	int preempt_count;		/* 0=premptable, <0=BUG; will also serve as bh-counter */
33
	struct restart_block restart_block;
33
	struct restart_block restart_block;
34
#ifdef CONFIG_PAX_MEMORY_STACKLEAK
35
	unsigned long		lowest_stack;
36
#endif
34
#ifdef CONFIG_VIRT_CPU_ACCOUNTING
37
#ifdef CONFIG_VIRT_CPU_ACCOUNTING
35
	__u64 ac_stamp;
38
	__u64 ac_stamp;
36
	__u64 ac_leave;
39
	__u64 ac_leave;

Return to bug 401669