diff options
author | Chris Metcalf <cmetcalf@mellanox.com> | 2016-11-07 14:19:10 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@mellanox.com> | 2016-12-16 15:32:29 -0500 |
commit | 14e73e78ee982710292248536aa84cba41e974f4 (patch) | |
tree | dfd1b0b4ef6b0f92b79aae2ae4496197f88c32d4 /arch/tile/include/asm/sections.h | |
parent | 18bfd3e6ab69cc4c8a11e4fc4acc121050db9b6e (diff) | |
download | linux-14e73e78ee982710292248536aa84cba41e974f4.tar.bz2 |
tile: use __ro_after_init instead of tile-specific __write_once
The semantics of the old tile __write_once are the same as the
newer generic __ro_after_init, so rename them all and get rid
of the tile-specific version.
This does not enable actual support for __ro_after_init,
which had been dropped from the tile architecture before the
initial upstreaming was done, since we had at that time switched
to using 16MB huge pages to map the kernel.
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
Diffstat (limited to 'arch/tile/include/asm/sections.h')
-rw-r--r-- | arch/tile/include/asm/sections.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/tile/include/asm/sections.h b/arch/tile/include/asm/sections.h index 86a746243dc8..50343bfe7936 100644 --- a/arch/tile/include/asm/sections.h +++ b/arch/tile/include/asm/sections.h @@ -19,9 +19,6 @@ #include <asm-generic/sections.h> -/* Write-once data is writable only till the end of initialization. */ -extern char __w1data_begin[], __w1data_end[]; - extern char vdso_start[], vdso_end[]; #ifdef CONFIG_COMPAT extern char vdso32_start[], vdso32_end[]; |