Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
3a115456
Commit
3a115456
authored
Jun 17, 2006
by
Ralf Baechle
Browse files
[MIPS] IP27: Use symbolic constants instead of magic numbers.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
c340cc50
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/mips/pci/pci-ip27.c
View file @
3a115456
...
...
@@ -370,8 +370,7 @@ int __init bridge_probe(nasid_t nasid, int widget_id, int masterwid)
bc
->
widget_id
=
widget_id
;
bc
->
nasid
=
nasid
;
bc
->
baddr
=
(
u64
)
masterwid
<<
60
;
bc
->
baddr
|=
(
1UL
<<
56
);
/* Barrier set */
bc
->
baddr
=
(
u64
)
masterwid
<<
60
|
PCI64_ATTR_BAR
;
/*
* point to this bridge
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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