PERFORCE change 129487 for review
Hans Petter Selasky
hselasky at FreeBSD.org
Sun Nov 25 01:38:44 PST 2007
http://perforce.freebsd.org/chv.cgi?CH=129487
Change 129487 by hselasky at hselasky_laptop001 on 2007/11/25 09:37:53
Remove misleading comments.
TODO: The use of invalidate and flush can be optimized !
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb/usb_subr.c#52 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb/usb_subr.c#52 (text+ko) ====
@@ -2245,9 +2245,6 @@
/*------------------------------------------------------------------------*
* usbd_page_cpu_invalidate - invalidate CPU cache
- *
- * NOTE: Make sure that this function does not appear alone without a
- * "usbd_page_cpu_flush()" call unless you know what you are doing !
*------------------------------------------------------------------------*/
void
usbd_page_cpu_invalidate(struct usbd_page *page)
@@ -2481,9 +2478,6 @@
/*------------------------------------------------------------------------*
* usbd_page_cpu_invalidate - invalidate CPU cache
- *
- * NOTE: Make sure that this function does not appear alone without a
- * "usbd_page_cpu_flush()" call unless you know what you are doing !
*------------------------------------------------------------------------*/
void
usbd_page_cpu_invalidate(struct usbd_page *page)
More information about the p4-projects
mailing list