|
@@ -3,6 +3,8 @@
|
|
#ifndef POWERPC_PERF_REQ_GEN_H_
|
|
#ifndef POWERPC_PERF_REQ_GEN_H_
|
|
#define POWERPC_PERF_REQ_GEN_H_
|
|
#define POWERPC_PERF_REQ_GEN_H_
|
|
|
|
|
|
|
|
+#include <linux/stringify.h>
|
|
|
|
+
|
|
#define CAT2_STR_(t, s) __stringify(t/s)
|
|
#define CAT2_STR_(t, s) __stringify(t/s)
|
|
#define CAT2_STR(t, s) CAT2_STR_(t, s)
|
|
#define CAT2_STR(t, s) CAT2_STR_(t, s)
|
|
#define I(...) __VA_ARGS__
|
|
#define I(...) __VA_ARGS__
|