linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 11/17] __user annotations in powerpc thread_info
@ 2006-02-08  7:11 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-02-08  7:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: linuxppc-dev

Date: 1138796974 -0500

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

---

 include/asm-powerpc/thread_info.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

e795638bb9e81bae80bbe88b74c8ee0d1b1d8d3c
diff --git a/include/asm-powerpc/thread_info.h b/include/asm-powerpc/thread_info.h
index 67cdaf3..c044ec1 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;
 };
-- 
0.99.9.GIT

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-08  7:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08  7:11 [PATCH 11/17] __user annotations in powerpc thread_info Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).