提交 06e44840 编写于 作者: J Jesper Nilsson

CRISv32: Correct name of read_mostly section.

54cb27a7 renamed .data.read_mostly to
.data..read_mostly for all architectures for 2.6.33.
Reported-by: NRalf Baechle <ralf@linux-mips.org>
Signed-off-by: NJesper Nilsson <jesper.nilsson@axis.com>
上级 7d6e1cb7
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册