diff src/share/vm/runtime/threadLocalStorage.hpp @ 2211:0cd39a385a72

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:17:33 +0100
parents b92c45f2bc75
children 1d1603768966
line wrap: on
line diff
--- a/src/share/vm/runtime/threadLocalStorage.hpp	Mon Feb 21 19:17:10 2011 +0100
+++ b/src/share/vm/runtime/threadLocalStorage.hpp	Mon Feb 21 19:17:33 2011 +0100
@@ -62,6 +62,12 @@
 #ifdef TARGET_OS_ARCH_windows_x86
 # include "threadLS_windows_x86.hpp"
 #endif
+#ifdef TARGET_OS_ARCH_linux_arm
+# include "threadLS_linux_arm.hpp"
+#endif
+#ifdef TARGET_OS_ARCH_linux_ppc
+# include "threadLS_linux_ppc.hpp"
+#endif
 
 
  public: