
Author : Kavita Bala
Date   : Wed Mar  1 16:53:46 1995

This directory contains the code for the STLB (Software TLB), and the
prefetching (PTLB) integrated in the same kernel. Only the relevant files
are present.  


mk/kernel/conf:
	Contains some specifications for the new configuration of the kernel.

mk/kernel/ipc:
	Contains the actual code for the prefetching on the IPC path.

mk/kernel/kern:
	Contains the definition of the new kernel statistics call.

mk/kernel/mach:
	Contains the declaration of the new kernel statistics call.

mk/kernel/mips:
	Contains the actual code for the prefetching and the STLB.


