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
Kirill Smelkov
linux
Commits
874b0519
Commit
874b0519
authored
May 10, 2019
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: Use __ro_after_init in pci.c
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
7c1952b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
arch/parisc/kernel/pci.c
arch/parisc/kernel/pci.c
+4
-4
No files found.
arch/parisc/kernel/pci.c
View file @
874b0519
...
...
@@ -45,14 +45,14 @@
* #define pci_post_reset_delay 50
*/
struct
pci_port_ops
*
pci_port
__r
ead_mostly
;
struct
pci_bios_ops
*
pci_bios
__r
ead_mostly
;
struct
pci_port_ops
*
pci_port
__r
o_after_init
;
struct
pci_bios_ops
*
pci_bios
__r
o_after_init
;
static
int
pci_hba_count
__r
ead_mostly
;
static
int
pci_hba_count
__r
o_after_init
;
/* parisc_pci_hba used by pci_port->in/out() ops to lookup bus data. */
#define PCI_HBA_MAX 32
static
struct
pci_hba_data
*
parisc_pci_hba
[
PCI_HBA_MAX
]
__r
ead_mostly
;
static
struct
pci_hba_data
*
parisc_pci_hba
[
PCI_HBA_MAX
]
__r
o_after_init
;
/********************************************************************
...
...
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