| plan 9 kernel history: overview | file list | diff list |
1991/1110/port/fault.c (diff list | history)
| 1991/1109/sys/src/9/port/fault.c:123,128 – 1991/1110/sys/src/9/port/fault.c:123,131 (short | long | prev | next) | ||
| 1991/0705 | panic("fault"); | |
| 1990/0227 | } | |
| 1991/0608 | ||
| 1991/1110 | if(s->flushme) memset((*pg)->cachectl, PG_TXTFLUSH, sizeof(new->cachectl)); | |
| 1991/0705 | qunlock(&s->lk); | |
| 1991/0719 | /* | |
| 1991/1109/sys/src/9/port/fault.c:201,208 – 1991/1110/sys/src/9/port/fault.c:204,209 | ||
| 1991/0705 | new->daddr = daddr; cachepage(new, s->image); *p = new; | |
| 1991/0706 |
| |
| 1991/0705 | } else putpage(new); | |
| 1991/1109/sys/src/9/port/fault.c:234,241 – 1991/1110/sys/src/9/port/fault.c:235,240 | ||
| 1991/0705 | cachepage(new, &swapimage); putswap(*p); *p = new; | |
| 1991/0706 |
| |
| 1991/0705 | } else putpage(new); | |