From 7aedd4d5d4ba05eb079a3b62a9216d8bca14da83 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Wed, 1 Feb 2006 07:29:34 -0500 Subject: [PATCH] --- yaml --- r: 20103 b: refs/heads/master c: e795638bb9e81bae80bbe88b74c8ee0d1b1d8d3c h: refs/heads/master i: 20101: 8935b76ae7a2cbf5f514a0a97cd7b825335e2782 20099: c4ed3148b9099d16ec13e115c293279a2be2789c 20095: a6c425eb6568095bd8a1986de7d7d399c15824f7 v: v3 --- [refs] | 2 +- trunk/include/asm-powerpc/thread_info.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 16262486bed2..cd156ab49206 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6fa2ffe901c77cdd8db9616db66894e96c12143d +refs/heads/master: e795638bb9e81bae80bbe88b74c8ee0d1b1d8d3c diff --git a/trunk/include/asm-powerpc/thread_info.h b/trunk/include/asm-powerpc/thread_info.h index 67cdaf3ae9fc..c044ec16a879 100644 --- a/trunk/include/asm-powerpc/thread_info.h +++ b/trunk/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; };