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
f2abce48
Commit
f2abce48
authored
Mar 18, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net/davem/net-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
7bcba5b0
40c7d502
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
net/core/dev.c
net/core/dev.c
+0
-2
No files found.
net/core/dev.c
View file @
f2abce48
...
@@ -1836,7 +1836,6 @@ static void net_rx_action(struct softirq_action *h)
...
@@ -1836,7 +1836,6 @@ static void net_rx_action(struct softirq_action *h)
int
budget
=
netdev_max_backlog
;
int
budget
=
netdev_max_backlog
;
preempt_disable
();
local_irq_disable
();
local_irq_disable
();
while
(
!
list_empty
(
&
queue
->
poll_list
))
{
while
(
!
list_empty
(
&
queue
->
poll_list
))
{
...
@@ -1865,7 +1864,6 @@ static void net_rx_action(struct softirq_action *h)
...
@@ -1865,7 +1864,6 @@ static void net_rx_action(struct softirq_action *h)
}
}
out:
out:
local_irq_enable
();
local_irq_enable
();
preempt_enable
();
return
;
return
;
softnet_break:
softnet_break:
...
...
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