From: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> smp_entry_t -> swap_entry_t
Too short changelog entry? Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]> --- linux-2.6.git-paolo/include/linux/swapops.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/swapops.h~fix-typo include/linux/swapops.h --- linux-2.6.git/include/linux/swapops.h~fix-typo 2005-08-11 11:12:23.000000000 +0200 +++ linux-2.6.git-paolo/include/linux/swapops.h 2005-08-11 11:12:24.000000000 +0200 @@ -4,7 +4,7 @@ * the low-order bits. * * We arrange the `type' and `offset' fields so that `type' is at the five - * high-order bits of the smp_entry_t and `offset' is right-aligned in the + * high-order bits of the swap_entry_t and `offset' is right-aligned in the * remaining bits. * * swp_entry_t's are *never* stored anywhere in their arch-dependent format. _ ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ User-mode-linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
