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
a968ee1f
Commit
a968ee1f
authored
Feb 18, 2003
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ALPHA] Collection of warning fixes.
parent
86e72865
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
arch/alpha/kernel/sys_sable.c
arch/alpha/kernel/sys_sable.c
+1
-1
arch/alpha/kernel/sys_wildfire.c
arch/alpha/kernel/sys_wildfire.c
+1
-1
include/asm-alpha/machvec.h
include/asm-alpha/machvec.h
+1
-1
No files found.
arch/alpha/kernel/sys_sable.c
View file @
a968ee1f
...
...
@@ -268,7 +268,7 @@ sable_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
{
32
+
3
,
32
+
3
,
32
+
3
,
32
+
3
,
32
+
3
},
/* IdSel 7, slot 1 */
{
32
+
4
,
32
+
4
,
32
+
4
,
32
+
4
,
32
+
4
},
/* IdSel 8, slot 2 */
};
const
long
min_idsel
=
0
,
max_idsel
=
8
,
irqs_per_slot
=
5
;
long
min_idsel
=
0
,
max_idsel
=
8
,
irqs_per_slot
=
5
;
return
COMMON_TABLE_LOOKUP
;
}
...
...
arch/alpha/kernel/sys_wildfire.c
View file @
a968ee1f
...
...
@@ -314,7 +314,7 @@ wildfire_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
{
56
,
56
,
56
+
1
,
56
+
2
,
56
+
3
},
/* IdSel 6 PCI 1 slot 6 */
{
60
,
60
,
60
+
1
,
60
+
2
,
60
+
3
},
/* IdSel 7 PCI 1 slot 7 */
};
const
long
min_idsel
=
0
,
max_idsel
=
7
,
irqs_per_slot
=
5
;
long
min_idsel
=
0
,
max_idsel
=
7
,
irqs_per_slot
=
5
;
struct
pci_controller
*
hose
=
dev
->
sysdata
;
int
irq
=
COMMON_TABLE_LOOKUP
;
...
...
include/asm-alpha/machvec.h
View file @
a968ee1f
...
...
@@ -34,7 +34,7 @@ struct alpha_machine_vector
int
nr_irqs
;
int
rtc_port
;
int
max_asn
;
unsigned
int
max_asn
;
unsigned
long
max_isa_dma_address
;
unsigned
long
irq_probe_mask
;
unsigned
long
iack_sc
;
...
...
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