blob: 2cdee87a482c5f354004704f97f1c6391a444606 [file] [log] [blame]
Nathan Lynch93197a32008-12-23 18:55:54 +00001#ifndef _PPC_CACHEINFO_H
2#define _PPC_CACHEINFO_H
3
4/* These are just hooks for sysfs.c to use. */
5extern void cacheinfo_cpu_online(unsigned int cpu_id);
6extern void cacheinfo_cpu_offline(unsigned int cpu_id);
7
Nathan Lynch88311d72019-06-11 23:45:04 -05008/* Allow migration/suspend to tear down and rebuild the hierarchy. */
9extern void cacheinfo_teardown(void);
10extern void cacheinfo_rebuild(void);
11
Nathan Lynch93197a32008-12-23 18:55:54 +000012#endif /* _PPC_CACHEINFO_H */