Re: Linux 2.1.126pre2ac2

Trond Myklebust (trond.myklebust@fys.uio.no)
Tue, 20 Oct 1998 19:37:34 +0200 (CEST)


>>>>> Alan Cox <alan@lxorguk.ukuu.org.uk> writes:

>> Have you tried his 'minimum workaround' patch? I had to change
>> his input line '"I" (5 * 1000020/HZ)' to a "i", but otherwise
>> it seems to work fine for me.

> I was getting assembler constraint errors from the compiler

Yes: that was what I got too. The "I" constraint takes a constant
between 0 and 31. "i" however is immediate mode, which was what I
beleive Colin originally intended.

Cheers,
Trond

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/