2004-05-30 01:32:19 +02:00
|
|
|
$NetBSD: patch-ag,v 1.2 2004/05/29 23:32:19 kristerw Exp $
|
2001-02-26 15:49:34 +01:00
|
|
|
|
2004-05-30 01:32:19 +02:00
|
|
|
--- cpu.c.orig Sat Feb 10 11:48:23 2001
|
|
|
|
+++ cpu.c Sun May 30 01:10:44 2004
|
|
|
|
@@ -743,7 +743,7 @@
|
2001-02-26 15:49:34 +01:00
|
|
|
{
|
2004-05-30 01:32:19 +02:00
|
|
|
#define CPU_PRIORITY 15 /* CPU thread priority */
|
2001-02-26 15:49:34 +01:00
|
|
|
|
2004-05-30 01:32:19 +02:00
|
|
|
-#ifndef WIN32
|
|
|
|
+#if 0
|
|
|
|
/* Set CPU thread priority */
|
|
|
|
if (setpriority(PRIO_PROCESS, 0, CPU_PRIORITY))
|
|
|
|
logmsg ("HHC621I CPU thread set priority failed: %s\n",
|