2005-10-27 05:41:44

by Lee Revell

[permalink] [raw]
Subject: CONFIG_X86_INTEL_USERCOPY and MCYRIXIII?

I tried it on my EPIA board and it works. Is there a good reason it's
not allowed by Kconfig?

config X86_INTEL_USERCOPY
bool
depends on MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII
|| M586MMX || X86_GENERIC || MK8 || MK7 || MEFFICEON
default y

Lee


2005-10-27 16:51:45

by Dave Jones

[permalink] [raw]
Subject: Re: CONFIG_X86_INTEL_USERCOPY and MCYRIXIII?

On Thu, Oct 27, 2005 at 01:34:14AM -0400, Lee Revell wrote:
> I tried it on my EPIA board and it works. Is there a good reason it's
> not allowed by Kconfig?
>
> config X86_INTEL_USERCOPY
> bool
> depends on MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII
> || M586MMX || X86_GENERIC || MK8 || MK7 || MEFFICEON
> default y

Do you have numbers that show its worthwhile ?
The last time I tried it, it wasn't.

Dave

2005-10-27 19:03:39

by Lee Revell

[permalink] [raw]
Subject: Re: CONFIG_X86_INTEL_USERCOPY and MCYRIXIII?

On Thu, 2005-10-27 at 12:51 -0400, Dave Jones wrote:
> On Thu, Oct 27, 2005 at 01:34:14AM -0400, Lee Revell wrote:
> > I tried it on my EPIA board and it works. Is there a good reason it's
> > not allowed by Kconfig?
> >
> > config X86_INTEL_USERCOPY
> > bool
> > depends on MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII
> > || M586MMX || X86_GENERIC || MK8 || MK7 || MEFFICEON
> > default y
>
> Do you have numbers that show its worthwhile ?
> The last time I tried it, it wasn't.

No, I figured I'd ask before benchmarking it. Thanks for the info.

Lee