diff packages/kernel/current/tests/stress_threads.c @ 161:ac086aa3217e

Merge from eCos master repository on 2001-06-08-21:11:51-BST
author jlarmour
date Sun, 10 Jun 2001 19:35:23 +0000
parents b65ec671dd4c
children 678094f34118
line wrap: on
line diff
--- a/packages/kernel/current/tests/stress_threads.c
+++ b/packages/kernel/current/tests/stress_threads.c
@@ -23,7 +23,7 @@
 //                                                                          
 // The Initial Developer of the Original Code is Red Hat.                   
 // Portions created by Red Hat are                                          
-// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
+// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.                             
 // All Rights Reserved.                                                     
 // -------------------------------------------                              
 //                                                                          
@@ -666,7 +666,7 @@ void setup_death_alarm(cyg_addrword_t da
              *((double)DEATH_TIME_LIMIT)/((double)rtc_res.dividend));
         if ( cyg_test_is_simulator )
             tick_delay /= SIM_DELAY_DIVISOR;
-#ifdef CYGPKG_HAL_I386_LINUX 
+#ifdef CYGPKG_HAL_SYNTH
         // 20 seconds is a long time compared to the run time of other tests.
         // Reduce to 10 seconds, allowing more tests to get run.
         tick_delay /= 2;