Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
8ebaebca
Commit
8ebaebca
authored
Mar 27, 2009
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
parents
bd14ba84
7c757eb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
arch/sparc/kernel/time_64.c
arch/sparc/kernel/time_64.c
+3
-1
drivers/infiniband/hw/nes/nes_nic.c
drivers/infiniband/hw/nes/nes_nic.c
+0
-2
No files found.
arch/sparc/kernel/time_64.c
View file @
8ebaebca
...
...
@@ -724,12 +724,14 @@ void timer_interrupt(int irq, struct pt_regs *regs)
unsigned
long
tick_mask
=
tick_ops
->
softint_mask
;
int
cpu
=
smp_processor_id
();
struct
clock_event_device
*
evt
=
&
per_cpu
(
sparc64_events
,
cpu
);
struct
irq_desc
*
desc
;
clear_softint
(
tick_mask
);
irq_enter
();
kstat_this_cpu
.
irqs
[
0
]
++
;
desc
=
irq_to_desc
(
0
);
kstat_incr_irqs_this_cpu
(
0
,
desc
);
if
(
unlikely
(
!
evt
->
event_handler
))
{
printk
(
KERN_WARNING
...
...
drivers/infiniband/hw/nes/nes_nic.c
View file @
8ebaebca
...
...
@@ -1602,8 +1602,6 @@ struct net_device *nes_netdev_init(struct nes_device *nesdev,
netif_napi_add
(
netdev
,
&
nesvnic
->
napi
,
nes_netdev_poll
,
128
);
nes_debug
(
NES_DBG_INIT
,
"Enabling VLAN Insert/Delete.
\n
"
);
netdev
->
features
|=
NETIF_F_HW_VLAN_TX
|
NETIF_F_HW_VLAN_RX
;
netdev
->
vlan_rx_register
=
nes_netdev_vlan_rx_register
;
netdev
->
features
|=
NETIF_F_LLTX
;
/* Fill in the port structure */
nesvnic
->
netdev
=
netdev
;
...
...
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