Re: 2.1.97: Broken asm() for set_ldt_desc()

Linus Torvalds (torvalds@transmeta.com)
Sat, 18 Apr 1998 19:38:15 -0700 (PDT)


On Sat, 18 Apr 1998, Horst von Brand wrote:
> - : "=m"(*(n)) : "a" (addr), "r"(n), "g"(limit), "i"(type))
> + : "=m"(*(n)) : "a" (addr), "r"(n), "ir"(limit), "i"(type))

Yup, this is the correct fix, I have it in my tree already,

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu