Re: [PATCH 3/8] mach-defpager: add and use synchronized_printf for dprintf

2014-03-12 Thread Samuel Thibault
Justus Winter, le Wed 12 Mar 2014 15:55:49 +0100, a écrit : > * mach-defpager/default_pager.c (synchronized_printf): New function. > (printf_lock): Move to synchronized_printf. > (dprintf): Use synchronized_printf. > (ddprintf): Likewise. Ack. > --- > mach-defpager/default_pager.c | 29 +

[PATCH 3/8] mach-defpager: add and use synchronized_printf for dprintf

2014-03-12 Thread Justus Winter
* mach-defpager/default_pager.c (synchronized_printf): New function. (printf_lock): Move to synchronized_printf. (dprintf): Use synchronized_printf. (ddprintf): Likewise. --- mach-defpager/default_pager.c | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff -