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
7c1952b4
Commit
7c1952b4
authored
May 10, 2019
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: Use __ro_after_init in inventory.c
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
dc1b3c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
arch/parisc/kernel/inventory.c
arch/parisc/kernel/inventory.c
+4
-4
No files found.
arch/parisc/kernel/inventory.c
View file @
7c1952b4
...
@@ -39,12 +39,12 @@
...
@@ -39,12 +39,12 @@
*/
*/
#undef DEBUG_PAT
#undef DEBUG_PAT
int
pdc_type
__r
ead_mostly
=
PDC_TYPE_ILLEGAL
;
int
pdc_type
__r
o_after_init
=
PDC_TYPE_ILLEGAL
;
/* cell number and location (PAT firmware only) */
/* cell number and location (PAT firmware only) */
unsigned
long
parisc_cell_num
__r
ead_mostly
;
unsigned
long
parisc_cell_num
__r
o_after_init
;
unsigned
long
parisc_cell_loc
__r
ead_mostly
;
unsigned
long
parisc_cell_loc
__r
o_after_init
;
unsigned
long
parisc_pat_pdc_cap
__r
ead_mostly
;
unsigned
long
parisc_pat_pdc_cap
__r
o_after_init
;
void
__init
setup_pdc
(
void
)
void
__init
setup_pdc
(
void
)
...
...
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