PowerPC has 12 artificial frames for the profiler

It may need to be different between AIM and Book-E, this was tested only on
Book-E (64- and 32-bit)

MFC after:	3 weeks
This commit is contained in:
jhibbits 2017-11-22 01:53:59 +00:00
parent b3f5f97300
commit ba5835b241

View File

@ -124,7 +124,7 @@
/*
* This value is bogus just to make module compilable on powerpc
*/
#define PROF_ARTIFICIAL_FRAMES 3
#define PROF_ARTIFICIAL_FRAMES 12
#endif
struct profile_probe_percpu;