Subversion Repositories HelenOS

Rev

Rev 3149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3149 Rev 4342
Line 25... Line 25...
25
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
 */
28
 */
29
 
29
 
30
#if (defined(ia32) || defined(amd64) || defined(ia64) || defined(ia32xen))
-
 
31
 
-
 
32
#include <print.h>
30
#include <print.h>
33
#include <debug.h>
31
#include <debug.h>
34
 
32
 
35
#include <test.h>
33
#include <test.h>
36
#include <atomic.h>
34
#include <atomic.h>
Line 224... Line 222...
224
    if (atomic_get(&threads_fault) == 0)
222
    if (atomic_get(&threads_fault) == 0)
225
        return NULL;
223
        return NULL;
226
   
224
   
227
    return "Test failed";
225
    return "Test failed";
228
}
226
}
229
 
-
 
230
#endif
-