diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-01-17 18:55:06 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-06-16 14:12:22 -0400 |
commit | 719cc170b0250f3ece4c2dbf8f66bdcad2311da6 (patch) | |
tree | 39dffe11fd37551d868929be5f489c8a4496491a /arch | |
parent | 52252c3ed767d996a6006e5557352ab17462d1c0 (diff) | |
download | linux-719cc170b0250f3ece4c2dbf8f66bdcad2311da6.tar.gz linux-719cc170b0250f3ece4c2dbf8f66bdcad2311da6.tar.bz2 linux-719cc170b0250f3ece4c2dbf8f66bdcad2311da6.zip |
mips/c-r4k: remove legacy __cpuinit section that crept in
We removed __cpuinit support (leaving no-op stubs) quite some time ago.
However a new instance was added in commit 4caa906ee949b7002cc1558bbe3744
("MIPS: mm: c-r4k: Build EVA {d,i}cache flushing functions")
Since we want to clobber the stubs soon, get this removed now.
Cc: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com>
Cc: linux-mips@linux-mips.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/mm/c-r4k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 2e03ab173591..7f660dc67596 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c @@ -295,7 +295,7 @@ static void r4k_blast_icache_page_setup(void) static void (*r4k_blast_icache_user_page)(unsigned long addr); -static void __cpuinit r4k_blast_icache_user_page_setup(void) +static void r4k_blast_icache_user_page_setup(void) { unsigned long ic_lsize = cpu_icache_line_size(); |