Remove booke_enable_l3_cache declaration and remaining definition.

L3 cache is not defined by Book-E, so is platform specific.  Since it was
already moved for e500-based devices into mpc85xx in r292903, just eliminate it
altogether.  Any device that supports L3 cache should have its own platform
means to enable it.
This commit is contained in:
Justin Hibbits 2016-07-17 19:24:28 +00:00
parent b926a14ca7
commit 78cc33fd32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302971
2 changed files with 0 additions and 6 deletions

View File

@ -114,11 +114,6 @@ booke_enable_l2_cache(void)
{
}
void
booke_enable_l3_cache(void)
{
}
void
booke_disable_l2_cache(void)
{

View File

@ -32,7 +32,6 @@
void booke_disable_l2_cache(void);
void booke_enable_l1_cache(void);
void booke_enable_l2_cache(void);
void booke_enable_l3_cache(void);
void booke_enable_bpred(void);
void booke_init_tlb(vm_paddr_t);