Re: page fault in mpu.c

2001-03-27 Thread Szilveszter Adam
On Mon, Mar 26, 2001 at 09:42:34PM -0500, Jim Bloom wrote: I finally tracked down the page fault I was seeing while probing the mpu. The mutex was not being initialized before it was used. I have included a patch below which fixes the problem. Will someone please review the style and commit

page fault in mpu.c

2001-03-26 Thread Jim Bloom
I finally tracked down the page fault I was seeing while probing the mpu. The mutex was not being initialized before it was used. I have included a patch below which fixes the problem. Will someone please review the style and commit the fix. Thanks. Jim Bloom [EMAIL PROTECTED] Index: mpu.c