Skip to content

Commit

Permalink
[POWERPC] prpmc2800: Enable L2 cache
Browse files Browse the repository at this point in the history
Turn on the L2 cache on the prpmc2800 platform.

Signed-off-by: Mark A. Greer <mgreer@mvista.com
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Mark A. Greer authored and Paul Mackerras committed Nov 19, 2007
1 parent 8693208 commit 0961dbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/embedded6xx/prpmc2800.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ static int __init prpmc2800_probe(void)
strncpy(prpmc2800_platform_name, m,
min((int)len, PLATFORM_NAME_MAX - 1));

_set_L2CR(_get_L2CR() | L2CR_L2E);
return 1;
}

Expand Down

0 comments on commit 0961dbf

Please sign in to comment.