# HG changeset patch # User gingold@virtu10 # Node ID 90fe9eed7f98394743b5499d28d92bf8f71ffa38 # Parent 3d6c1af609bfd49fc4ee89df0923334e04558058 Do not protected against multiple include. Signed-off-by: Tristan Gingold diff -r 3d6c1af609bf -r 90fe9eed7f98 xen/include/asm-ia64/perfc_defn.h --- a/xen/include/asm-ia64/perfc_defn.h Thu Aug 03 11:21:34 2006 -0600 +++ b/xen/include/asm-ia64/perfc_defn.h Fri Aug 04 11:23:42 2006 +0200 @@ -1,5 +1,4 @@ -#ifndef XEN_PERFC_DEFN_H -#define XEN_PERFC_DEFN_H +/* This file is legitimately included multiple times. */ PERFCOUNTER_CPU(dtlb_translate, "dtlb hit") @@ -20,5 +19,3 @@ PERFCOUNTER_CPU(context_switch, "contex PERFCOUNTER_CPU(context_switch, "context switch") PERFCOUNTER_CPU(lazy_cover, "lazy cover") - -#endif