From f5396beae02dbd72ba2fdb125d2b02c315c268c0 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Thu, 31 Jan 2013 11:04:49 +0000 Subject: [PATCH] --- yaml --- r: 360667 b: refs/heads/master c: 0a38a8adc5d479c1e59a82d1fcee3bdf59b85ef3 h: refs/heads/master i: 360665: bbe95c09af426d49acc2d781805f171e95cf1e79 360663: 160636a95535d683f312ed31395659a7f0869983 v: v3 --- [refs] | 2 +- trunk/arch/metag/mm/cache.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);