From: Kenn H. <ke...@us...> - 2001-03-07 02:00:07
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm In directory usw-pr-cvs1:/tmp/cvs-serv16338 Modified Files: pagelet_pte.h Log Message: Clarify PTE description Index: pagelet_pte.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/pagelet_pte.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pagelet_pte.h 2001/02/15 01:17:23 1.1 +++ pagelet_pte.h 2001/03/07 02:01:42 1.2 @@ -30,8 +30,8 @@ */ /* This is the definition of the pagelet_t. - * Note that the first pte is the one that linux sees. - * The first pte is used for all tests except + * Note that the first hwpte is the one that linux sees. + * The first hwpte is used for all tests except * the dirty test, which has to be applied to all */ typedef unsigned long hwpte_t; |