]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove surplus mmap() call for stack guard page in init_private, it is done
authordavidxu <davidxu@FreeBSD.org>
Sat, 29 Nov 2003 14:10:02 +0000 (14:10 +0000)
committerdavidxu <davidxu@FreeBSD.org>
Sat, 29 Nov 2003 14:10:02 +0000 (14:10 +0000)
commite9f088c4690b0c842d1bca9a0dabf69d914a8c36
tree434c3da8dfd940668f5c1602d0213214e15c8257
parent09f2522c7f5b84b1e020559c180e2fdcc988fdf1
Remove surplus mmap() call for stack guard page in init_private, it is done
in init_main_thread. Also don't initialize lock and lockuser again for initial
thread, it is already done by _thr_alloc().

Reviewed by: deischen
Approved by: re (scottl)
lib/libkse/thread/thr_init.c
lib/libpthread/thread/thr_init.c