1
0
Fork 0

metag: add __init to metag_cache_probe()

metag_cache_probe() is only called from setup_arch(), so add the __init
attribute to it.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
hifive-unleashed-5.1
James Hogan 2013-01-31 11:04:49 +00:00
parent ae85ac71b7
commit 0a38a8adc5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static unsigned char icache_sets_log2 = DEFAULT_CACHE_WAYS_LOG2;
* Probe the L1 cache configuration to aid the L1 physical cache flushing
* functions.
*/
void metag_cache_probe(void)
void __init metag_cache_probe(void)
{
#ifndef CONFIG_METAG_META12
int coreid = metag_in32(METAC_CORE_ID);