diff options
| author | Miles Bader <miles@lsi.nec.co.jp> | 2003-07-17 20:12:25 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-07-17 20:12:25 -0700 |
| commit | 992f6cd468e6a11ee3fd3e785032d72cbba67e64 (patch) | |
| tree | 71f14c596dc304a097c5b879cdeb063aa3b17bd6 | |
| parent | c177f46dc4618e36b5f6378d2c2cdf6d2b1f3c0f (diff) | |
[PATCH] v850 miscellanea
Some updated copyright noticed and an unnecessary variable deleted.
| -rw-r--r-- | arch/v850/kernel/gbus_int.c | 4 | ||||
| -rw-r--r-- | include/asm-v850/asm.h | 2 | ||||
| -rw-r--r-- | include/asm-v850/processor.h | 2 | ||||
| -rw-r--r-- | include/asm-v850/ptrace.h | 2 | ||||
| -rw-r--r-- | include/asm-v850/stat.h | 2 | ||||
| -rw-r--r-- | include/asm-v850/system.h | 2 |
6 files changed, 6 insertions, 8 deletions
diff --git a/arch/v850/kernel/gbus_int.c b/arch/v850/kernel/gbus_int.c index 76533e757589..92918b8d89ef 100644 --- a/arch/v850/kernel/gbus_int.c +++ b/arch/v850/kernel/gbus_int.c @@ -113,9 +113,7 @@ static irqreturn_t gbus_int_handle_irq (int irq, void *dev_id, /* 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 --git a/include/asm-v850/asm.h b/include/asm-v850/asm.h index 5b207f869017..bf1e785a5dde 100644 --- a/include/asm-v850/asm.h +++ b/include/asm-v850/asm.h @@ -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 --git a/include/asm-v850/processor.h b/include/asm-v850/processor.h index 0d97022804ac..025202b4df7e 100644 --- a/include/asm-v850/processor.h +++ b/include/asm-v850/processor.h @@ -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 --git a/include/asm-v850/ptrace.h b/include/asm-v850/ptrace.h index 8c7c759b42a3..62b2b3822d88 100644 --- a/include/asm-v850/ptrace.h +++ b/include/asm-v850/ptrace.h @@ -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 --git a/include/asm-v850/stat.h b/include/asm-v850/stat.h index 09a7717eaed9..c68c60d06e2f 100644 --- a/include/asm-v850/stat.h +++ b/include/asm-v850/stat.h @@ -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 --git a/include/asm-v850/system.h b/include/asm-v850/system.h index a183308ec44d..072a997dc5a9 100644 --- a/include/asm-v850/system.h +++ b/include/asm-v850/system.h @@ -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 |
