summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2009-02-03 11:24:20 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2009-02-03 11:24:20 +0000
commitda56e28ebdc3bdfecf90063da7c3e744fbd3434e (patch)
treec71d1315046251dacdd7f34588cd199af805dada /usr.sbin/hostapd
parent52cdb2d704b7a4e357e1c1e35240d0e7ebe2e84d (diff)
Free TSS on the stack of the dead process.
In order to do that we have to remove all sleeping parts: sleeping memory allocation and a sleeping lock. Thus we're moving this code to the spinning lock (mutex) and getting rid of the GDT grow code. Downside is that now we're pre-allocating 64kb of memory per CPU from the start, but this might be optimized in future. This also unifies GDT code and MAXGDTSIZ define across i386 and amd64. With help from mickey. ok toby, art
Diffstat (limited to 'usr.sbin/hostapd')
0 files changed, 0 insertions, 0 deletions