Re: [PATCH 52/66] kern/debug.c: initialize the lock

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Thu 05 Dec 2013 22:03:46 +0100, a écrit : > * kern/debug.c (Assert_print_lock): Initialize the lock. It is actually initialized to zero, which happens to be the correct value. > @@ -58,6 +58,7 @@ void > Assert(char *exp, char *file, int line) > { > #if NCPUS > 1 > + simple

[PATCH 52/66] kern/debug.c: initialize the lock

2013-12-05 Thread Marin Ramesa
* kern/debug.c (Assert_print_lock): Initialize the lock. --- kern/debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kern/debug.c b/kern/debug.c index 33e64f3..bdc87e2 100644 --- a/kern/debug.c +++ b/kern/debug.c @@ -45,7 +45,7 @@ extern int db_breakpoints_inserted; #e