Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
992f6cd4
Commit
992f6cd4
authored
Jul 17, 2003
by
Miles Bader
Committed by
Linus Torvalds
Jul 17, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] v850 miscellanea
Some updated copyright noticed and an unnecessary variable deleted.
parent
c177f46d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
8 deletions
+6
-8
arch/v850/kernel/gbus_int.c
arch/v850/kernel/gbus_int.c
+1
-3
include/asm-v850/asm.h
include/asm-v850/asm.h
+1
-1
include/asm-v850/processor.h
include/asm-v850/processor.h
+1
-1
include/asm-v850/ptrace.h
include/asm-v850/ptrace.h
+1
-1
include/asm-v850/stat.h
include/asm-v850/stat.h
+1
-1
include/asm-v850/system.h
include/asm-v850/system.h
+1
-1
No files found.
arch/v850/kernel/gbus_int.c
View file @
992f6cd4
...
...
@@ -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
...
...
include/asm-v850/asm.h
View file @
992f6cd4
/*
* 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
...
...
include/asm-v850/processor.h
View file @
992f6cd4
/*
* 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
...
...
include/asm-v850/ptrace.h
View file @
992f6cd4
/*
* 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
...
...
include/asm-v850/stat.h
View file @
992f6cd4
/*
* 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
...
...
include/asm-v850/system.h
View file @
992f6cd4
/*
* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment