mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
CRISv32: Correct name of read_mostly section.
54cb27a71f
renamed .data.read_mostly to
.data..read_mostly for all architectures for 2.6.33.
Reported-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
This commit is contained in:
parent
7d6e1cb7ae
commit
06e4484036
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#define L1_CACHE_BYTES 32
|
||||
#define L1_CACHE_SHIFT 5
|
||||
|
||||
#define __read_mostly __attribute__((__section__(".data.read_mostly")))
|
||||
#define __read_mostly __attribute__((__section__(".data..read_mostly")))
|
||||
|
||||
void flush_dma_list(dma_descr_data *descr);
|
||||
void flush_dma_descr(dma_descr_data *descr, int flush_buf);
|
||||
|
|
Loading…
Reference in a new issue