Randomize the bits that bitmap_scan() returns, to make student errors
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 18 May 2006 19:02:35 +0000 (19:02 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 18 May 2006 19:02:35 +0000 (19:02 +0000)
commit468f548e6848498767eb6ac7b55ab9bca06de462
tree08fe1fb0c7b96664e45f869a5add4cf2ac2846b7
parentcee9b0f64fb157bc1e415c6d82336cb367ae44a6
Randomize the bits that bitmap_scan() returns, to make student errors
that assume contiguous memory allocation show up.
src/lib/kernel/bitmap.c
src/threads/init.c