linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: miles@lsi.nec.co.jp (Miles Bader)
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][v850]  v850 miscellanea
Date: Fri, 18 Jul 2003 18:45:40 +0900 (JST)	[thread overview]
Message-ID: <20030718094540.9F0B537C2@mcspd15.ucom.lsi.nec.co.jp> (raw)

Linus, please apply.

Some updated copyright noticed and an unnecessary variable deleted.

diff -ruN -X../cludes linux-2.6.0-test1-moo/arch/v850/kernel/gbus_int.c linux-2.6.0-test1-moo-v850-20030718/arch/v850/kernel/gbus_int.c
--- linux-2.6.0-test1-moo/arch/v850/kernel/gbus_int.c	2003-07-14 13:14:39.000000000 +0900
+++ linux-2.6.0-test1-moo-v850-20030718/arch/v850/kernel/gbus_int.c	2003-07-15 19:06:36.000000000 +0900
@@ -113,9 +113,7 @@
 		/* Only pay attention to enabled interrupts.  */
 		status &= enable;
 		if (status) {
-			unsigned base_irq
-				= IRQ_GBUS_INT (w * GBUS_INT_BITS_PER_WORD);
-			irq = base_irq;
+			irq = IRQ_GBUS_INT (w * GBUS_INT_BITS_PER_WORD);
 			do {
 				/* There's an active interrupt in word
 				   W, find out which one, and call its
diff -ruN -X../cludes linux-2.6.0-test1-moo/include/asm-v850/asm.h linux-2.6.0-test1-moo-v850-20030718/include/asm-v850/asm.h
--- linux-2.6.0-test1-moo/include/asm-v850/asm.h	2003-02-25 10:45:23.000000000 +0900
+++ linux-2.6.0-test1-moo-v850-20030718/include/asm-v850/asm.h	2003-07-15 19:06:36.000000000 +0900
@@ -1,7 +1,7 @@
 /*
  * include/asm-v850/asm.h -- Macros for writing assembly code
  *
- *  Copyright (C) 2001,02,03  NEC Corporation
+ *  Copyright (C) 2001,02,03  NEC Electronics Corporation
  *  Copyright (C) 2001,02,03  Miles Bader <miles@gnu.org>
  *
  * This file is subject to the terms and conditions of the GNU General
diff -ruN -X../cludes linux-2.6.0-test1-moo/include/asm-v850/processor.h linux-2.6.0-test1-moo-v850-20030718/include/asm-v850/processor.h
--- linux-2.6.0-test1-moo/include/asm-v850/processor.h	2003-04-21 10:53:17.000000000 +0900
+++ linux-2.6.0-test1-moo-v850-20030718/include/asm-v850/processor.h	2003-07-15 19:06:37.000000000 +0900
@@ -1,7 +1,7 @@
 /*
  * include/asm-v850/processor.h
  *
- *  Copyright (C) 2001,02,03  NEC Corporation
+ *  Copyright (C) 2001,02,03  NEC Electronics Corporation
  *  Copyright (C) 2001,02,03  Miles Bader <miles@gnu.org>
  *
  * This file is subject to the terms and conditions of the GNU General
diff -ruN -X../cludes linux-2.6.0-test1-moo/include/asm-v850/ptrace.h linux-2.6.0-test1-moo-v850-20030718/include/asm-v850/ptrace.h
--- linux-2.6.0-test1-moo/include/asm-v850/ptrace.h	2003-04-21 10:53:17.000000000 +0900
+++ linux-2.6.0-test1-moo-v850-20030718/include/asm-v850/ptrace.h	2003-07-15 19:06:37.000000000 +0900
@@ -1,7 +1,7 @@
 /*
  * include/asm-v850/ptrace.h -- Access to CPU registers
  *
- *  Copyright (C) 2001,02,03  NEC Corporation
+ *  Copyright (C) 2001,02,03  NEC Electronics Corporation
  *  Copyright (C) 2001,02,03  Miles Bader <miles@gnu.org>
  *
  * This file is subject to the terms and conditions of the GNU General
diff -ruN -X../cludes linux-2.6.0-test1-moo/include/asm-v850/stat.h linux-2.6.0-test1-moo-v850-20030718/include/asm-v850/stat.h
--- linux-2.6.0-test1-moo/include/asm-v850/stat.h	2003-04-08 10:15:57.000000000 +0900
+++ linux-2.6.0-test1-moo-v850-20030718/include/asm-v850/stat.h	2003-07-15 19:06:37.000000000 +0900
@@ -1,7 +1,7 @@
 /*
  * include/asm-v850/stat.h -- v850 stat structure
  *
- *  Copyright (C) 2001,02,03  NEC Corporation
+ *  Copyright (C) 2001,02,03  NEC Electronics Corporation
  *  Copyright (C) 2001,02,03  Miles Bader <miles@gnu.org>
  *
  * This file is subject to the terms and conditions of the GNU General
diff -ruN -X../cludes linux-2.6.0-test1-moo/include/asm-v850/system.h linux-2.6.0-test1-moo-v850-20030718/include/asm-v850/system.h
--- linux-2.6.0-test1-moo/include/asm-v850/system.h	2003-04-21 10:53:17.000000000 +0900
+++ linux-2.6.0-test1-moo-v850-20030718/include/asm-v850/system.h	2003-07-15 19:06:37.000000000 +0900
@@ -1,7 +1,7 @@
 /*
  * include/asm-v850/system.h -- Low-level interrupt/thread ops
  *
- *  Copyright (C) 2001,02,03  NEC Corporation
+ *  Copyright (C) 2001,02,03  NEC Electronics Corporation
  *  Copyright (C) 2001,02,03  Miles Bader <miles@gnu.org>
  *
  * This file is subject to the terms and conditions of the GNU General

                 reply	other threads:[~2003-07-18  9:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030718094540.9F0B537C2@mcspd15.ucom.lsi.nec.co.jp \
    --to=miles@lsi.nec.co.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miles@gnu.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).