This is just for the style and consistency reasons as the former is
being used more often than the latter.
Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
#undef PERFSTATUS
#undef PERFSTATUS_ARRAY
-typedef unsigned perfc_t;
+typedef unsigned int perfc_t;
#define PRIperfc ""
DECLARE_PER_CPU(perfc_t[NUM_PERFCOUNTERS], perfcounters);
/* hvm_print_line() and guest_console_write() logging. */
#define DOMAIN_PBUF_SIZE 200
char *pbuf;
- unsigned pbuf_idx;
+ unsigned int pbuf_idx;
spinlock_t pbuf_lock;
/* OProfile support. */