Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298718
b: refs/heads/master
c: e1b1994
h: refs/heads/master
v: v3
  • Loading branch information
Il Han authored and Kukjin Kim committed Apr 5, 2012
1 parent f9a8316 commit 2d33c01
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6aa51068f58022ca616fad40b6773a1de50599f0
refs/heads/master: e1b1994e165652d89986e95faa9cf22331375b3a
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-exynos/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,10 +583,11 @@ core_initcall(exynos_core_init);
#ifdef CONFIG_CACHE_L2X0
static int __init exynos4_l2x0_cache_init(void)
{
int ret;

if (soc_is_exynos5250())
return 0;

int ret;
ret = l2x0_of_init(L2_AUX_VAL, L2_AUX_MASK);
if (!ret) {
l2x0_regs_phys = virt_to_phys(&l2x0_saved_regs);
Expand Down

0 comments on commit 2d33c01

Please sign in to comment.