lkcd
[Top] [All Lists]

Re: setpriority kernel mod test doesn't compile

To: Brian Hall <brianw.hall@xxxxxxxxxx>
Subject: Re: setpriority kernel mod test doesn't compile
From: Matt Robinson <yakker@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 4 Nov 1999 17:22:59 -0800 (PST)
Cc: lkcd@xxxxxxxxxxx, Marc Esipovich <marc@xxxxxxxxxxx>
In-reply-to: <XFMail.991104163548.brianw.hall@compaq.com>
Sender: owner-lkcd@xxxxxxxxxxx
FYI, I've updated the FAQ to use the more straightforward:

        char *a = 0x0;
        *a = 0;

Instead of the __asm__() directive.  That way it's universal from
one architecture to another (in the future).

--Matt

On Thu, 4 Nov 1999, Brian Hall wrote:
|>I modified sys_setpriority as shown in the FAQ, but the kernel compile fails:


<Prev in Thread] Current Thread [Next in Thread>