From a206c3746fe8707a0b4c8ddc0cdcda1f16e84c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 17 Mar 2004 00:43:16 +0000 Subject: [PATCH] Lowered the thread priority boost on death. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7004 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/thread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kernel/core/thread.c b/src/kernel/core/thread.c index a4277b0f1e..53ffce63f6 100644 --- a/src/kernel/core/thread.c +++ b/src/kernel/core/thread.c @@ -716,8 +716,7 @@ thread_exit(void) (int)t->return_code)); // boost our priority to get this over with - t->priority = B_FIRST_REAL_TIME_PRIORITY; - // ToDo: is it really that urgent? + t->priority = B_URGENT_DISPLAY_PRIORITY; // shutdown the thread messaging