Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367229
b: refs/heads/master
c: b7fb9e6
h: refs/heads/master
i:
  367227: 0727cda
v: v3
  • Loading branch information
James Hogan committed Mar 15, 2013
1 parent 5c27ec0 commit efc72dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d8edbfefb630559220939ad5a3bdd8a75190cc3
refs/heads/master: b7fb9e6a48b13e1edea1f0b1f00a45defd7c9e0e
2 changes: 1 addition & 1 deletion trunk/arch/metag/kernel/cachepart.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static unsigned int get_thread_cache_size(unsigned int cache, int thread_id)
return 0;
#if PAGE_OFFSET >= LINGLOBAL_BASE
/* Checking for global cache */
cache_size = (cache == DCACHE ? get_global_dache_size() :
cache_size = (cache == DCACHE ? get_global_dcache_size() :
get_global_icache_size());
offset = 8;
#else
Expand Down

0 comments on commit efc72dd

Please sign in to comment.