projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa2ffe
)
[PATCH] __user annotations in powerpc thread_info
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 1 Feb 2006 12:29:34 +0000
(07:29 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 8 Feb 2006 06:04:36 +0000
(
01:04
-0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/asm-powerpc/thread_info.h
patch
|
blob
|
history
diff --git
a/include/asm-powerpc/thread_info.h
b/include/asm-powerpc/thread_info.h
index 67cdaf3ae9fc6270a5b558ee23e9be13762506d5..c044ec16a8791e89114e890625accd803d7bf1d5 100644
(file)
--- 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;
};