Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Merge branch 'lwip_dev' into devel
[palacios.git] / geekos / include / lwip / arch / perf.h
index 1daebac..ea09f70 100644 (file)
@@ -52,6 +52,8 @@
 #define PERF_STOP(x)  /* null definition */
 #endif /* PERF */
 
+#if 0
+
 void perf_print(unsigned long c1l, unsigned long c1h,
                unsigned long c2l, unsigned long c2h,
                char *key);
@@ -60,4 +62,6 @@ void perf_print_times(struct tms *start, struct tms *end, char *key);
 
 void perf_init(char *fname);
 
+#endif
+
 #endif /* __ARCH_PERF_H__ */