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
993e0986
Commit
993e0986
authored
Jul 22, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SPARC64: Kill BR_GLOBALIRQ_LOCK and cpp warning about it. Kill include typo.
parent
7559047b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
include/asm-sparc64/hardirq.h
include/asm-sparc64/hardirq.h
+0
-1
include/asm-sparc64/softirq.h
include/asm-sparc64/softirq.h
+1
-1
include/linux/brlock.h
include/linux/brlock.h
+0
-1
No files found.
include/asm-sparc64/hardirq.h
View file @
993e0986
...
...
@@ -16,7 +16,6 @@
typedef
struct
{
unsigned
int
__softirq_pending
;
unsigned
int
__unused_1
;
#warning DaveM kill SMP irq brlock... no longer needed...
unsigned
int
__unused_2
;
unsigned
int
__unused_3
;
unsigned
int
__syscall_count
;
...
...
include/asm-sparc64/softirq.h
View file @
993e0986
...
...
@@ -6,7 +6,7 @@
#ifndef __SPARC64_SOFTIRQ_H
#define __SPARC64_SOFTIRQ_H
#include <
asm
/preempt.h>
#include <
linux
/preempt.h>
#include <asm/hardirq.h>
#include <asm/system.h>
/* for membar() */
...
...
include/linux/brlock.h
View file @
993e0986
...
...
@@ -34,7 +34,6 @@
/* Register bigreader lock indices here. */
enum
brlock_indices
{
BR_GLOBALIRQ_LOCK
,
BR_NETPROTO_LOCK
,
BR_LLC_LOCK
,
__BR_END
...
...
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