aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-02-01 07:29:34 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2006-02-08 01:04:36 -0500
commite795638bb9e81bae80bbe88b74c8ee0d1b1d8d3c (patch)
tree46b1ba2f6be09a9c9308cabc48219a8df04bb211 /include
parent6fa2ffe901c77cdd8db9616db66894e96c12143d (diff)
downloadlinux-e795638bb9e81bae80bbe88b74c8ee0d1b1d8d3c.tar.gz
[PATCH] __user annotations in powerpc thread_info
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/thread_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/thread_info.h b/include/asm-powerpc/thread_info.h
index 67cdaf3ae9fc62..c044ec16a8791e 100644
--- a/include/asm-powerpc/thread_info.h
+++ b/include/asm-powerpc/thread_info.h
@@ -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;
};