Merge "profiler: Reorder the bandwidth counter structure"

This commit is contained in:
Linux Build Service Account 2017-05-03 23:31:07 -07:00 committed by Gerrit - the friendly Code Review server
commit 495301846e

View file

@ -17,15 +17,15 @@
struct profiler_bw_cntrs_req {
uint32_t total;
uint32_t gpu;
uint32_t cpu;
uint32_t gpu;
uint32_t cmd;
};
struct compat_profiler_bw_cntrs_req {
compat_uint_t total;
compat_uint_t gpu;
compat_uint_t cpu;
compat_uint_t gpu;
compat_uint_t cmd;
};