Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _PPC_CACHEINFO_H
0003 #define _PPC_CACHEINFO_H
0004 
0005 /* These are just hooks for sysfs.c to use. */
0006 extern void cacheinfo_cpu_online(unsigned int cpu_id);
0007 extern void cacheinfo_cpu_offline(unsigned int cpu_id);
0008 
0009 /* Allow migration/suspend to tear down and rebuild the hierarchy. */
0010 extern void cacheinfo_teardown(void);
0011 extern void cacheinfo_rebuild(void);
0012 
0013 #endif /* _PPC_CACHEINFO_H */