Re: Pentium emulation

Ingo Molnar (mingo@pc7537.hil.siemens.at)
Wed, 30 Jul 1997 11:09:42 +0200 (MET DST)


On Tue, 29 Jul 1997, Pavel Machek wrote:

> Hmm, would not that be solved by placing cli()/sti() pair in there? If
> it is small window, this will not hurt that much, no?

no, this wont help. Simply put this into sys_clone:

printk(KERN_INFO,"Show me the money!\n");
return -EINVAL;

-- mingo