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
67266fd4
Commit
67266fd4
authored
May 10, 2019
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: Use __ro_after_init in perf_images.h
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
874b0519
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/parisc/kernel/perf_images.h
arch/parisc/kernel/perf_images.h
+2
-2
No files found.
arch/parisc/kernel/perf_images.h
View file @
67266fd4
...
...
@@ -25,7 +25,7 @@
#define PCXU_IMAGE_SIZE 584
static
uint32_t
onyx_images
[][
PCXU_IMAGE_SIZE
/
sizeof
(
uint32_t
)]
__r
ead_mostly
=
{
static
uint32_t
onyx_images
[][
PCXU_IMAGE_SIZE
/
sizeof
(
uint32_t
)]
__r
o_after_init
=
{
/*
* CPI:
*
...
...
@@ -2093,7 +2093,7 @@ static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly =
};
#define PCXW_IMAGE_SIZE 576
static
uint32_t
cuda_images
[][
PCXW_IMAGE_SIZE
/
sizeof
(
uint32_t
)]
__r
ead_mostly
=
{
static
uint32_t
cuda_images
[][
PCXW_IMAGE_SIZE
/
sizeof
(
uint32_t
)]
__r
o_after_init
=
{
/*
* CPI: FROM CPI.IDF (Image 0)
*
...
...
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