Skip to content

Commit

Permalink
[PATCH] __user annotations in powerpc thread_info
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Feb 8, 2006
1 parent 6fa2ffe commit e795638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-powerpc/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit e795638

Please sign in to comment.