1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Update comment to reflect function's actual operation

This commit is contained in:
Ed Maste 2012-07-03 17:50:44 +00:00
parent 583cd66931
commit 8585b1b890
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238081

View File

@ -95,7 +95,7 @@ inline void prefetch (const void *x)
__asm volatile("prefetcht0 %0" :: "m" (*(const unsigned long *)x));
}
// XXX only for multiples of 32 bytes, non overlapped.
// XXX only for multiples of 64 bytes, non overlapped.
static inline void
pkt_copy(void *_src, void *_dst, int l)
{