| .. | .. |
|---|
| 77 | 77 | pushfl |
|---|
| 78 | 78 | popl saved_context_eflags |
|---|
| 79 | 79 | |
|---|
| 80 | | - ret |
|---|
| 80 | + RET |
|---|
| 81 | 81 | |
|---|
| 82 | 82 | restore_registers: |
|---|
| 83 | 83 | movl saved_context_ebp, %ebp |
|---|
| .. | .. |
|---|
| 88 | 88 | pushl saved_context_eflags |
|---|
| 89 | 89 | popfl |
|---|
| 90 | 90 | |
|---|
| 91 | | - ret |
|---|
| 91 | + RET |
|---|
| 92 | 92 | |
|---|
| 93 | | -ENTRY(do_olpc_suspend_lowlevel) |
|---|
| 93 | +SYM_CODE_START(do_olpc_suspend_lowlevel) |
|---|
| 94 | 94 | call save_processor_state |
|---|
| 95 | 95 | call save_registers |
|---|
| 96 | 96 | |
|---|
| .. | .. |
|---|
| 109 | 109 | |
|---|
| 110 | 110 | call restore_registers |
|---|
| 111 | 111 | call restore_processor_state |
|---|
| 112 | | - ret |
|---|
| 112 | + RET |
|---|
| 113 | +SYM_CODE_END(do_olpc_suspend_lowlevel) |
|---|
| 113 | 114 | |
|---|
| 114 | 115 | .data |
|---|
| 115 | 116 | saved_gdt: .long 0,0 |
|---|