| version 1.9, 2003/05/13 08:26:32 |
version 1.10, 2003/05/13 09:35:16 |
|
|
| SET_CURLWP(%edi,%ecx) |
SET_CURLWP(%edi,%ecx) |
| |
|
| /* Skip context switch if same lwp. */ |
/* Skip context switch if same lwp. */ |
| movl $1, %ebx |
xorl %ebx,%ebx |
| cmpl %edi,%esi |
cmpl %edi,%esi |
| je switch_return |
je switch_return |
| |
|
| Line 1961 switch_restored: |
|
| Line 1961 switch_restored: |
|
| je 1f |
je 1f |
| movl %eax,TF_EIP(%ebx) |
movl %eax,TF_EIP(%ebx) |
| 1: |
1: |
| xor %ebx,%ebx |
movl $1,%ebx |
| |
|
| switch_return: |
switch_return: |
| #if defined(MULTIPROCESSOR) || defined(LOCKDEBUG) |
#if defined(MULTIPROCESSOR) || defined(LOCKDEBUG) |