comparison src/os/linux/vm/osThread_linux.cpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
37 # include "assembler_sparc.inline.hpp" 37 # include "assembler_sparc.inline.hpp"
38 #endif 38 #endif
39 #ifdef TARGET_ARCH_zero 39 #ifdef TARGET_ARCH_zero
40 # include "assembler_zero.inline.hpp" 40 # include "assembler_zero.inline.hpp"
41 #endif 41 #endif
42 #ifdef TARGET_ARCH_arm
43 # include "assembler_arm.inline.hpp"
44 #endif
45 #ifdef TARGET_ARCH_ppc
46 # include "assembler_ppc.inline.hpp"
47 #endif
42 48
43 49
44 void OSThread::pd_initialize() { 50 void OSThread::pd_initialize() {
45 assert(this != NULL, "check"); 51 assert(this != NULL, "check");
46 _thread_id = 0; 52 _thread_id = 0;