diff --git a/[refs] b/[refs] index 4bbb276e6612..b3ac4e73901d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ae85ac71b7433fa974759109c4380c620258f07f +refs/heads/master: 0a38a8adc5d479c1e59a82d1fcee3bdf59b85ef3 diff --git a/trunk/arch/metag/mm/cache.c b/trunk/arch/metag/mm/cache.c index b713ec01c204..89da74a80ea7 100644 --- a/trunk/arch/metag/mm/cache.c +++ b/trunk/arch/metag/mm/cache.c @@ -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);