Changeset 8cbbe312 in rtems
- Timestamp:
- 02/21/96 14:47:03 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0e0d88b
- Parents:
- adf98bd
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/src/newlibc.c
radf98bd r8cbbe312 94 94 95 95 /* 96 * Called for all user TASKS (system tasks are SYSIand IDLE)96 * Called for all user TASKS (system tasks are MPCI Receive Server and IDLE) 97 97 */ 98 98 … … 116 116 117 117 /* 118 * Called for all user TASKS (system tasks are SYSIand IDLE)118 * Called for all user TASKS (system tasks are MPCI Receive Server and IDLE) 119 119 * 120 120 * NOTE: When using RTEMS fake stat, fstat, and isatty, all output -
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 /* -
c/src/lib/libbsp/i386/force386/startup/bspstart.c
radf98bd r8cbbe312 180 180 Cpu_table.interrupt_stack_size = 4096; 181 181 182 Cpu_table.extra_ system_initialization_stack = 0;182 Cpu_table.extra_mpci_receive_server_stack = 0; 183 183 184 184 /* -
c/src/lib/libbsp/i386/go32/startup/bspstart.c
radf98bd r8cbbe312 175 175 Cpu_table.interrupt_table_offset = (void *)0; 176 176 Cpu_table.interrupt_stack_size = 4096; 177 Cpu_table.extra_ system_initialization_stack = 0;177 Cpu_table.extra_mpci_receive_server_stack = 0; 178 178 179 179 /* -
c/src/lib/libbsp/i960/cvme961/startup/bspstart.c
radf98bd r8cbbe312 195 195 Cpu_table.interrupt_stack_size = 4096; 196 196 197 Cpu_table.extra_ system_initialization_stack = 0;197 Cpu_table.extra_mpci_receive_server_stack = 0; 198 198 199 199 Cpu_table.Prcb = Prcb; -
c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c
radf98bd r8cbbe312 202 202 Cpu_table.interrupt_stack_size = 4096; 203 203 204 Cpu_table.extra_ system_initialization_stack = 0;204 Cpu_table.extra_mpci_receive_server_stack = 0; 205 205 206 206 /* -
c/src/lib/libbsp/m68k/efi332/startup/bspstart.c
radf98bd r8cbbe312 167 167 Cpu_table.interrupt_stack_size = 4096; 168 168 169 Cpu_table.extra_ system_initialization_stack = 0;169 Cpu_table.extra_mpci_receive_server_stack = 0; 170 170 171 171 /* -
c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c
radf98bd r8cbbe312 177 177 Cpu_table.interrupt_stack_size = 4096; 178 178 179 Cpu_table.extra_ system_initialization_stack = 0;179 Cpu_table.extra_mpci_receive_server_stack = 0; 180 180 181 181 /* -
c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
radf98bd r8cbbe312 234 234 Cpu_table.interrupt_stack_size = 4096; 235 235 236 Cpu_table.extra_ system_initialization_stack = 0;236 Cpu_table.extra_mpci_receive_server_stack = 0; 237 237 238 238 /* -
c/src/lib/libbsp/m68k/idp/startup/bspstart.c
radf98bd r8cbbe312 209 209 Cpu_table.interrupt_stack_size = 4096; 210 210 211 Cpu_table.extra_ system_initialization_stack = 0;211 Cpu_table.extra_mpci_receive_server_stack = 0; 212 212 213 213 /* -
c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
radf98bd r8cbbe312 192 192 Cpu_table.interrupt_stack_size = 4096; 193 193 194 Cpu_table.extra_ system_initialization_stack = 0;194 Cpu_table.extra_mpci_receive_server_stack = 0; 195 195 196 196 /* -
c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c
radf98bd r8cbbe312 209 209 Cpu_table.interrupt_stack_size = 4096; 210 210 211 Cpu_table.extra_ system_initialization_stack = 0;211 Cpu_table.extra_mpci_receive_server_stack = 0; 212 212 213 213 /* -
c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c
radf98bd r8cbbe312 238 238 Cpu_table.interrupt_stack_size = 4096; 239 239 240 Cpu_table.extra_ system_initialization_stack = 0;240 Cpu_table.extra_mpci_receive_server_stack = 0; 241 241 242 242 /* -
c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c
radf98bd r8cbbe312 245 245 Cpu_table.interrupt_stack_size = 4 * 1024; 246 246 247 Cpu_table.extra_ system_initialization_stack = 0;247 Cpu_table.extra_mpci_receive_server_stack = 0; 248 248 249 249 /* -
c/src/lib/libbsp/unix/posix/startup/bspstart.c
radf98bd r8cbbe312 322 322 Cpu_table.interrupt_stack_size = (12 * 1024); 323 323 324 Cpu_table.extra_ system_initialization_stack = 0;324 Cpu_table.extra_mpci_receive_server_stack = 0; 325 325 326 326 /* -
c/src/lib/libc/newlibc.c
radf98bd r8cbbe312 94 94 95 95 /* 96 * Called for all user TASKS (system tasks are SYSIand IDLE)96 * Called for all user TASKS (system tasks are MPCI Receive Server and IDLE) 97 97 */ 98 98 … … 116 116 117 117 /* 118 * Called for all user TASKS (system tasks are SYSIand IDLE)118 * Called for all user TASKS (system tasks are MPCI Receive Server and IDLE) 119 119 * 120 120 * NOTE: When using RTEMS fake stat, fstat, and isatty, all output -
cpukit/libcsupport/src/newlibc.c
radf98bd r8cbbe312 94 94 95 95 /* 96 * Called for all user TASKS (system tasks are SYSIand IDLE)96 * Called for all user TASKS (system tasks are MPCI Receive Server and IDLE) 97 97 */ 98 98 … … 116 116 117 117 /* 118 * Called for all user TASKS (system tasks are SYSIand IDLE)118 * Called for all user TASKS (system tasks are MPCI Receive Server and IDLE) 119 119 * 120 120 * NOTE: When using RTEMS fake stat, fstat, and isatty, all output
Note: See TracChangeset
for help on using the changeset viewer.