Re: kern/thread.c (deallocate_here): remove unneeded allocation

2013-05-18 Thread Samuel Thibault
Miguel Figueiredo, le Tue 14 May 2013 22:19:16 +0100, a écrit : > * kern/thread.c (deallocate_here): remove unneeded allocation This is rather a variable initialization, not an allocation. Samuel

Re: kern/thread.c (new_thread->pc_sample.buffer): remove duplicate

2013-05-18 Thread Samuel Thibault
Miguel Figueiredo, le Tue 14 May 2013 22:08:50 +0100, a écrit : > * kern/thread.c (new_thread->pc_sample.buffer): remove duplicate line I preferred to dropp the other duplicate line. Samuel