Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2007 09:38:43 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 129487 for review
Message-ID:  <200711250938.lAP9chF0075312@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129487

Change 129487 by hselasky@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711250938.lAP9chF0075312>