Re: [PATCH] x86_64: shut up vm86(2)

2007-03-05 Thread Chuck Ebbert
Andi Kleen wrote: > On Thu, Mar 01, 2007 at 12:40:46AM +0300, Alexey Dobriyan wrote: >> From originally rate-limited printk, to just printk, to current version. >> Everybody had enough time to learn about vm86(2) absense. > > I don't think that's true. I prefer to keep the message. > How about l

Re: [PATCH] x86_64: shut up vm86(2)

2007-03-05 Thread Andi Kleen
On Thu, Mar 01, 2007 at 12:40:46AM +0300, Alexey Dobriyan wrote: > From originally rate-limited printk, to just printk, to current version. > Everybody had enough time to learn about vm86(2) absense. I don't think that's true. I prefer to keep the message. -Andi - To unsubscribe from this list: s

[PATCH] x86_64: shut up vm86(2)

2007-02-28 Thread Alexey Dobriyan
>From originally rate-limited printk, to just printk, to current version. Everybody had enough time to learn about vm86(2) absense. Also remove possibility of dmesg spamming. Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- arch/x86_64/ia32/ia32entry.S |4 ++-- arch/x86_64/ia32/sys_ia3