Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/librump/rumpkern
Module Name: src
Committed By: rmind
Date: Sun Mar 23 14:39:17 UTC 2008
Modified Files:
src/sys/rump/librump/rumpkern: pool.c
Log Message:
pool_cache_init: Remove the alignment of pc according to the CACHE_LINE_SIZE,
which is not useful for rump. This fixes the pool_cache_destroy() which was
freeing the modified pointer, instead of the original one.
OK by <pooka>.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/rump/librump/rumpkern/pool.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index