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
nexedi
linux
Commits
ec5d3aca
Commit
ec5d3aca
authored
Jun 13, 2002
by
Zwane Mwaikambo
Committed by
Dave Kleikamp
Jun 13, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] 2.5.21 deadlocks on UP (SMP kernel) w/ IOAPIC
parent
567a5e73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/i386/kernel/io_apic.c
arch/i386/kernel/io_apic.c
+1
-1
No files found.
arch/i386/kernel/io_apic.c
View file @
ec5d3aca
...
@@ -251,7 +251,7 @@ static inline void balance_irq(int irq)
...
@@ -251,7 +251,7 @@ static inline void balance_irq(int irq)
irq_balance_t
*
entry
=
irq_balance
+
irq
;
irq_balance_t
*
entry
=
irq_balance
+
irq
;
unsigned
long
now
=
jiffies
;
unsigned
long
now
=
jiffies
;
if
(
unlikely
(
entry
->
timestamp
!=
now
))
{
if
(
(
entry
->
timestamp
!=
now
)
&&
(
smp_num_cpus
>
1
))
{
unsigned
long
allowed_mask
;
unsigned
long
allowed_mask
;
int
random_number
;
int
random_number
;
...
...
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