parisc: Use __ro_after_init in perf_images.h
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
874b051923
commit
67266fd48f
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#define PCXU_IMAGE_SIZE 584
|
#define PCXU_IMAGE_SIZE 584
|
||||||
|
|
||||||
static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = {
|
static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __ro_after_init = {
|
||||||
/*
|
/*
|
||||||
* CPI:
|
* CPI:
|
||||||
*
|
*
|
||||||
@ -2093,7 +2093,7 @@ static uint32_t onyx_images[][PCXU_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly =
|
|||||||
};
|
};
|
||||||
#define PCXW_IMAGE_SIZE 576
|
#define PCXW_IMAGE_SIZE 576
|
||||||
|
|
||||||
static uint32_t cuda_images[][PCXW_IMAGE_SIZE/sizeof(uint32_t)] __read_mostly = {
|
static uint32_t cuda_images[][PCXW_IMAGE_SIZE/sizeof(uint32_t)] __ro_after_init = {
|
||||||
/*
|
/*
|
||||||
* CPI: FROM CPI.IDF (Image 0)
|
* CPI: FROM CPI.IDF (Image 0)
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user