aboutsummaryrefslogtreecommitdiff
path: root/scripts/acpi_extract_preprocess.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-12-22 22:44:08 -0500
committerKevin O'Connor <kevin@koconnor.net>2013-12-27 12:40:47 -0500
commit48367e2f1a68608d83207d4398767f8ffc0961f3 (patch)
treee2d486e0abbae9ba4aed889d94a1df506bf287f2 /scripts/acpi_extract_preprocess.py
parentb7558a36203aaf08cbe698e6495bf6db096433ec (diff)
downloadseabios-48367e2f1a68608d83207d4398767f8ffc0961f3.zip
seabios-48367e2f1a68608d83207d4398767f8ffc0961f3.tar.gz
seabios-48367e2f1a68608d83207d4398767f8ffc0961f3.tar.bz2
Always perform thread cleanup on MainThread stack.
The thread cleanup was being performed on whatever thread stack was next in the list. However, with high debugging this causes spurious _free() debug messages to show up in random threads which can be confusing when analyzing the debug output. So, always run __end_thread() on the MainThread stack to prevent this confusion. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/acpi_extract_preprocess.py')
0 files changed, 0 insertions, 0 deletions