Changeset 77ea27fc in rtems
- Timestamp:
- 02/04/98 14:47:23 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6c77bba
- Parents:
- f00d7ad
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/a29k/cpu.h
rf00d7ad r77ea27fc 911 911 * _CPU_Context_restore 912 912 * 913 * This routine is generall uused only to restart self in an913 * This routine is generally used only to restart self in an 914 914 * efficient manner. It may simply be a label in _CPU_Context_switch. 915 915 * -
c/src/exec/score/cpu/a29k/cpu_asm.s
rf00d7ad r77ea27fc 229 229 ; * _CPU_Context_restore 230 230 ; * 231 ; * This routine is generall uused only to restart self in an231 ; * This routine is generally used only to restart self in an 232 232 ; * efficient manner. It may simply be a label in _CPU_Context_switch. 233 233 ; * -
c/src/exec/score/cpu/i386/cpu.h
rf00d7ad r77ea27fc 364 364 * _CPU_Context_restore 365 365 * 366 * This routine is generall uused only to restart self in an366 * This routine is generally used only to restart self in an 367 367 * efficient manner and avoid stack conflicts. 368 368 */ -
c/src/exec/score/cpu/i960/cpu.h
rf00d7ad r77ea27fc 424 424 * _CPU_Context_restore 425 425 * 426 * This routine is generall uused only to restart self in an426 * This routine is generally used only to restart self in an 427 427 * efficient manner and avoid stack conflicts. 428 428 */ -
c/src/exec/score/cpu/mips64orion/cpu.h
rf00d7ad r77ea27fc 877 877 * _CPU_Context_restore 878 878 * 879 * This routine is generall uused only to restart self in an879 * This routine is generally used only to restart self in an 880 880 * efficient manner. It may simply be a label in _CPU_Context_switch. 881 881 * -
c/src/exec/score/cpu/no_cpu/cpu.h
rf00d7ad r77ea27fc 795 795 * _CPU_Context_restore 796 796 * 797 * This routine is generall uused only to restart self in an797 * This routine is generally used only to restart self in an 798 798 * efficient manner. It may simply be a label in _CPU_Context_switch. 799 799 * -
c/src/exec/score/cpu/no_cpu/cpu_asm.c
rf00d7ad r77ea27fc 81 81 * _CPU_Context_restore 82 82 * 83 * This routine is generall uused only to restart self in an83 * This routine is generally used only to restart self in an 84 84 * efficient manner. It may simply be a label in _CPU_Context_switch. 85 85 * -
c/src/exec/score/cpu/powerpc/cpu.h
rf00d7ad r77ea27fc 952 952 * _CPU_Context_restore 953 953 * 954 * This routine is generall uused only to restart self in an954 * This routine is generally used only to restart self in an 955 955 * efficient manner. It may simply be a label in _CPU_Context_switch. 956 956 * -
c/src/exec/score/cpu/powerpc/cpu_asm.s
rf00d7ad r77ea27fc 627 627 * _CPU_Context_restore 628 628 * 629 * This routine is generall uused only to restart self in an629 * This routine is generally used only to restart self in an 630 630 * efficient manner. It may simply be a label in _CPU_Context_switch. 631 631 * -
c/src/exec/score/cpu/sparc/cpu.h
rf00d7ad r77ea27fc 933 933 * _CPU_Context_restore 934 934 * 935 * This routine is generall uused only to restart self in an935 * This routine is generally used only to restart self in an 936 936 * efficient manner. 937 937 */ -
c/src/exec/score/cpu/unix/cpu.h
rf00d7ad r77ea27fc 918 918 * _CPU_Context_restore 919 919 * 920 * This routine is generall uused only to restart self in an920 * This routine is generally used only to restart self in an 921 921 * efficient manner. It may simply be a label in _CPU_Context_switch. 922 922 * -
cpukit/score/cpu/no_cpu/cpu_asm.c
rf00d7ad r77ea27fc 81 81 * _CPU_Context_restore 82 82 * 83 * This routine is generall uused only to restart self in an83 * This routine is generally used only to restart self in an 84 84 * efficient manner. It may simply be a label in _CPU_Context_switch. 85 85 *
Note: See TracChangeset
for help on using the changeset viewer.