From mboxrd@z Thu Jan 1 00:00:00 1970 From: OGAWA Hirofumi Date: Fri, 31 Mar 2006 17:19:12 +0000 Subject: Re: [patch] avoid unaligned access when accessing poll stack Message-Id: <87wteao7lb.fsf@duaron.myhome.or.jp> List-Id: References: <87irpupo3y.fsf@duaron.myhome.or.jp> <200603311853.32870.ak@suse.de> <87ek0ipmae.fsf@duaron.myhome.or.jp> In-Reply-To: <87ek0ipmae.fsf@duaron.myhome.or.jp> (OGAWA Hirofumi's message of "Sat, 01 Apr 2006 02:16:25 +0900") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andi Kleen Cc: Jes Sorensen , Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org OGAWA Hirofumi writes: > char stack_pps[POLL_STACK_ALLOC] > __attribute__((aligned (sizeof(struct poll_list)))); Ugh, just wrong. Please ignore. -- OGAWA Hirofumi