Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54cb27a7 authored by Denys Vlasenko's avatar Denys Vlasenko Committed by Michal Marek
Browse files

Rename .data.read_mostly to .data..read_mostly.

parent 3d9a854c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@
# define SMP_CACHE_BYTES	(1 << 3)
#endif

#define __read_mostly __attribute__((__section__(".data.read_mostly")))
#define __read_mostly __attribute__((__section__(".data..read_mostly")))

#endif /* _ASM_IA64_CACHE_H */
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
#include "entry.h"

#define DATA8(sym, init_value)			\
	.pushsection .data.read_mostly ;	\
	.pushsection .data..read_mostly ;	\
	.align 8 ;				\
	.global sym ;				\
	sym: ;					\
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#include <linux/init.h>
#include <xen/interface/elfnote.h>

	.section .data.read_mostly
	.section .data..read_mostly
	.align 8
	.global xen_domain_type
xen_domain_type:
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

#define SMP_CACHE_BYTES L1_CACHE_BYTES

#define __read_mostly __attribute__((__section__(".data.read_mostly")))
#define __read_mostly __attribute__((__section__(".data..read_mostly")))

void parisc_cache_init(void);	/* initializes cache-flushing */
void disable_sr_hashing_asm(int); /* low level support for above */
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ smp_slave_stext:
ENDPROC(stext)

#ifndef CONFIG_64BIT
	.section .data.read_mostly
	.section .data..read_mostly

	.align	4
	.export	$global$,data
Loading