]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/examples/libs/libc_thread_safe/main.cc
update
[l4.git] / l4 / pkg / examples / libs / libc_thread_safe / main.cc
index 00b823f44a910f76d0ab090937cf0328e826d936..e607567fdf94b5f9217f2628a31364ded2081db6 100644 (file)
@@ -1,5 +1,9 @@
 /*
- * (c) 2008-2009 Technische Universität Dresden
+ * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
+ *               Alexander Warg <warg@os.inf.tu-dresden.de>,
+ *               Frank Mehnert <fm3@os.inf.tu-dresden.de>
+ *     economic rights: Technische Universität Dresden (Germany)
+ *
  * This file is part of TUD:OS and distributed under the terms of the
  * GNU General Public License 2.
  * Please see the COPYING-GPL-2 file for details.
@@ -19,7 +23,7 @@
 
 #include <l4/l4re_vfs/backend>
 
-#if defined(ARCH_arm) || defined(ARCH_ppc32)
+#if defined(ARCH_arm) || defined(ARCH_ppc32) || defined(ARCH_sparc)
 static void l4_busy_wait_ns(unsigned long val)
 {
   static volatile int fooo = 0;