Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 16 Mar 2002 04:54:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 16 Mar 2002 04:54:05 -0500 Received: from mail12.svr.pol.co.uk ([195.92.193.215]:24428 "EHLO mail12.svr.pol.co.uk") by vger.kernel.org with ESMTP id ; Sat, 16 Mar 2002 04:53:51 -0500 Date: Sat, 16 Mar 2002 09:51:16 +0000 (GMT) From: X-X-Sender: To: Balbir Singh cc: Linux Kernel Subject: Re: Nice values for kernel modules In-Reply-To: <20020315235944.59157.qmail@web13601.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 15 Mar 2002, Balbir Singh wrote: > 0. I could use the TASK_NICE() macro, but I would > like to avoid using it. > 1. Export task_nice in ksyms.c > 2. Use sys_nice() using a user space disguise. jump to sys_nice() indirectly via exported sys_call_table[]. Regards, Tigran - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/