direct-io.hg
changeset 6035:d3e7327954db
Fix perfc_defn.h to allow multiple inclusion.
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Sat Aug 06 15:47:20 2005 +0000 (2005-08-06) |
parents | eb98d18771ca |
children | 6721c8cd1a30 |
files | xen/include/xen/perfc_defn.h |
line diff
1.1 --- a/xen/include/xen/perfc_defn.h Sat Aug 06 15:45:41 2005 +0000 1.2 +++ b/xen/include/xen/perfc_defn.h Sat Aug 06 15:47:20 2005 +0000 1.3 @@ -1,5 +1,6 @@ 1.4 -#ifndef __XEN_PERFC_DEFN_H__ 1.5 -#define __XEN_PERFC_DEFN_H__ 1.6 +/* This file is legitimately included multiple times. */ 1.7 +/*#ifndef __XEN_PERFC_DEFN_H__*/ 1.8 +/*#define __XEN_PERFC_DEFN_H__*/ 1.9 1.10 #define PERFC_MAX_PT_UPDATES 64 1.11 #define PERFC_PT_UPDATES_BUCKET_SIZE 3 1.12 @@ -124,4 +125,4 @@ PERFCOUNTER_CPU(remove_write_predicted, 1.13 PERFCOUNTER_CPU(remove_write_bad_prediction, "remove_write bad prediction") 1.14 PERFCOUNTER_CPU(update_hl2e_invlpg, "update_hl2e calls invlpg") 1.15 1.16 -#endif /* __XEN_PERFC_DEFN_H__ */ 1.17 +/*#endif*/ /* __XEN_PERFC_DEFN_H__ */