| .. | .. |
|---|
| 4 | 4 | |
|---|
| 5 | 5 | /* |
|---|
| 6 | 6 | * For the benefit of those who are trying to port Linux to another |
|---|
| 7 | | - * architecture, here are some C-language equivalents. You should |
|---|
| 8 | | - * recode these in the native assembly language, if at all possible. |
|---|
| 7 | + * architecture, here are some C-language equivalents. They should |
|---|
| 8 | + * generate reasonable code, so take a look at what your compiler spits |
|---|
| 9 | + * out before rolling your own buggy implementation in assembly language. |
|---|
| 9 | 10 | * |
|---|
| 10 | 11 | * C language equivalents written by Theodore Ts'o, 9/26/92 |
|---|
| 11 | 12 | */ |
|---|