Loading include/asm-powerpc/thread_info.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ struct thread_info { int preempt_count; /* 0 => preemptable, <0 => BUG */ struct restart_block restart_block; void *nvgprs_frame; void __user *nvgprs_frame; /* low level flags - has atomic operations done on it */ unsigned long flags ____cacheline_aligned_in_smp; }; Loading Loading
include/asm-powerpc/thread_info.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ struct thread_info { int preempt_count; /* 0 => preemptable, <0 => BUG */ struct restart_block restart_block; void *nvgprs_frame; void __user *nvgprs_frame; /* low level flags - has atomic operations done on it */ unsigned long flags ____cacheline_aligned_in_smp; }; Loading