Changeset 8cbbe312 in rtems for c/src/lib/libbsp/hppa1.1
- Timestamp:
- 02/21/96 14:47:03 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0e0d88b
- Parents:
- adf98bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c
radf98bd r8cbbe312 30 30 #include <bsp.h> 31 31 #include <rtems/libio.h> 32 #include <rtems/intthrd.h>33 32 34 33 #include <libcsupport.h> … … 89 88 */ 90 89 91 if (heir_task == _ Internal_threads_Idle_thread)90 if (heir_task == _Thread_Idle) 92 91 CPU_HPPA_CLICKS_PER_TICK = fast_clock; 93 else if (current_task == _ Internal_threads_Idle_thread)92 else if (current_task == _Thread_Idle) 94 93 CPU_HPPA_CLICKS_PER_TICK = normal_clock; 95 94 } … … 346 345 Cpu_table.interrupt_stack_size = (12 * 1024); 347 346 348 Cpu_table.extra_ system_initialization_stack = 0;347 Cpu_table.extra_mpci_receive_server_stack = 0; 349 348 350 349 /*
Note: See TracChangeset
for help on using the changeset viewer.