powerpc/64: Add L2 and L3 cache shape info
Retrieved from device-tree when available Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
e2827fe5c1
commit
65e01f386f
@@ -43,6 +43,8 @@ struct ppc_cache_info {
|
||||
struct ppc64_caches {
|
||||
struct ppc_cache_info l1d;
|
||||
struct ppc_cache_info l1i;
|
||||
struct ppc_cache_info l2;
|
||||
struct ppc_cache_info l3;
|
||||
};
|
||||
|
||||
extern struct ppc64_caches ppc64_caches;
|
||||
|
Reference in New Issue
Block a user