From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265130AbUENMi7 (ORCPT ); Fri, 14 May 2004 08:38:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265172AbUENMi7 (ORCPT ); Fri, 14 May 2004 08:38:59 -0400 Received: from p060042.ppp.asahi-net.or.jp ([221.113.60.42]:46321 "EHLO mitou.ysato.dip.jp") by vger.kernel.org with ESMTP id S265130AbUENMi6 (ORCPT ); Fri, 14 May 2004 08:38:58 -0400 Date: Fri, 14 May 2004 21:38:55 +0900 Message-ID: From: Yoshinori Sato To: Linus Torvalds Cc: linux kernel Mailing List Subject: Re: [PATCH] H8/300 update (3/9) pic support In-Reply-To: References: User-Agent: Wanderlust/2.11.24 (Wonderwall) SEMI/1.14.6 (Maruoka) LIMIT/1.14.7 (Fujiidera) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Sorry. There was the file which lacked. -- Yoshinori Sato diff -Nru linux-2.6.6/include/asm-h8300/sigcontext.h linux-2.6.6-h8300/include/asm-h8300/sigcontext.h --- linux-2.6.6/include/asm-h8300/sigcontext.h 22 Mar 2004 16:33:39 -0000 +++ linux-2.6.6-h8300/include/asm-h8300/sigcontext.h 14 May 2004 11:49:38 -0000 @@ -8,6 +8,7 @@ unsigned long sc_er1; unsigned long sc_er2; unsigned long sc_er3; + unsigned long sc_er5; unsigned short sc_ccr; unsigned long sc_pc; };