Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread David S. Miller
On Wed, 9 Feb 2005 19:02:19 +0100 Ingo Molnar <[EMAIL PROTECTED]> wrote: > New patch below. ... > this patch does the final consolidation of asm-*/resource.h file, > without changing any of the rlimit definitions on any architecture. I'm fine with this. - To unsubscribe from

Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Chris Wright
* Ingo Molnar ([EMAIL PROTECTED]) wrote: > > * Chris Wright <[EMAIL PROTECTED]> wrote: > > > * Ingo Molnar ([EMAIL PROTECTED]) wrote: > > > this patch does the final consolidation of asm-*/resource.h file, > > > without changing any of the rlimit definitio

Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Ingo Molnar
* Chris Wright <[EMAIL PROTECTED]> wrote: > * Ingo Molnar ([EMAIL PROTECTED]) wrote: > > this patch does the final consolidation of asm-*/resource.h file, > > without changing any of the rlimit definitions on any architecture. > > Primarily it removes the __ARCH_RLIMI

Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Chris Wright
* Ingo Molnar ([EMAIL PROTECTED]) wrote: > this patch does the final consolidation of asm-*/resource.h file, > without changing any of the rlimit definitions on any architecture. > Primarily it removes the __ARCH_RLIMIT_ORDER method and replaces it with > a more compact and

Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Ingo Molnar
t though. New patch below. Ingo -- this patch does the final consolidation of asm-*/resource.h file, without changing any of the rlimit definitions on any architecture. Primarily it removes the __ARCH_RLIMIT_ORDER method and replaces it with a more compact and isolated one that allows arch

Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Stephen Rothwell
Hi Ingo, On Wed, 9 Feb 2005 10:39:27 +0100 Ingo Molnar <[EMAIL PROTECTED]> wrote: > > --- linux/include/asm-sparc/resource.h.orig > +++ linux/include/asm-sparc/resource.h . . > -#define RLIMIT_NOFILE6 /* max number of open files */ > -#define RLIMIT_NPROC 7

[patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Ingo Molnar
this patch does the final consolidation of asm-*/resource.h file, without changing any of the rlimit definitions on any architecture. Primarily it removes the __ARCH_RLIMIT_ORDER method and replaces it with a more compact and isolated one that allows architectures to define only the offending

[patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Ingo Molnar
this patch does the final consolidation of asm-*/resource.h file, without changing any of the rlimit definitions on any architecture. Primarily it removes the __ARCH_RLIMIT_ORDER method and replaces it with a more compact and isolated one that allows architectures to define only the offending

Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Stephen Rothwell
Hi Ingo, On Wed, 9 Feb 2005 10:39:27 +0100 Ingo Molnar [EMAIL PROTECTED] wrote: --- linux/include/asm-sparc/resource.h.orig +++ linux/include/asm-sparc/resource.h . . -#define RLIMIT_NOFILE6 /* max number of open files */ -#define RLIMIT_NPROC 7

Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Ingo Molnar
those be reversed to match the ones you are removing (and the sparc64 ones)? you are right - the sparc32 ones i got mixed up. (sigh.) The sparc64 ones (and mips and alpha) seem correct though. New patch below. Ingo -- this patch does the final consolidation of asm-*/resource.h file

Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Chris Wright
* Ingo Molnar ([EMAIL PROTECTED]) wrote: this patch does the final consolidation of asm-*/resource.h file, without changing any of the rlimit definitions on any architecture. Primarily it removes the __ARCH_RLIMIT_ORDER method and replaces it with a more compact and isolated one that allows

Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread Ingo Molnar
* Chris Wright [EMAIL PROTECTED] wrote: * Ingo Molnar ([EMAIL PROTECTED]) wrote: this patch does the final consolidation of asm-*/resource.h file, without changing any of the rlimit definitions on any architecture. Primarily it removes the __ARCH_RLIMIT_ORDER method and replaces

Re: [patch, BK] clean up and unify asm-*/resource.h files

2005-02-09 Thread David S. Miller
On Wed, 9 Feb 2005 19:02:19 +0100 Ingo Molnar [EMAIL PROTECTED] wrote: New patch below. ... this patch does the final consolidation of asm-*/resource.h file, without changing any of the rlimit definitions on any architecture. I'm fine with this. - To unsubscribe from this list: send the line

Re: asm/resource.h

2000-11-04 Thread Peter Samuelson
[Jeff V. Merkey <[EMAIL PROTECTED]>] > I got a little further with the lock up problem, and it is related to > MPS reporting a 2nd processor being present in some PPro systems when > in fact only one CPU is really installed (but MPS is reporting > default table entry 6 with a second CPU as

Re: asm/resource.h

2000-11-04 Thread Jeff V. Merkey
On Fri, Nov 03, 2000 at 08:33:36PM -0600, Peter Samuelson wrote: > > [Jeff Merkey] > > Is this what is causing the lockup problems on 2.4.0-pre-10 with > > PPro, or something else. Looks like something else. > > Yeah, it does, doesn't it. If this particular patch cured a > kernel-side lockup

Re: asm/resource.h

2000-11-04 Thread Jeff V. Merkey
On Fri, Nov 03, 2000 at 08:33:36PM -0600, Peter Samuelson wrote: [Jeff Merkey] Is this what is causing the lockup problems on 2.4.0-pre-10 with PPro, or something else. Looks like something else. Yeah, it does, doesn't it. If this particular patch cured a kernel-side lockup I would

Re: asm/resource.h

2000-11-04 Thread Peter Samuelson
[Jeff V. Merkey [EMAIL PROTECTED]] I got a little further with the lock up problem, and it is related to MPS reporting a 2nd processor being present in some PPro systems when in fact only one CPU is really installed (but MPS is reporting default table entry 6 with a second CPU as present).

Re: asm/resource.h

2000-11-03 Thread Peter Samuelson
[Jeff Merkey] > Is this what is causing the lockup problems on 2.4.0-pre-10 with > PPro, or something else. Looks like something else. Yeah, it does, doesn't it. If this particular patch cured a kernel-side lockup I would be very surprised. Because the only effect this patch is *supposed* to

Re: asm/resource.h

2000-11-03 Thread Jeff V. Merkey
hpa, Is this what is causing the lockup problems on 2.4.0-pre-10 with PPro, or something else. Looks like something else. Jeff "H. Peter Anvin" wrote: > > Hello friends, > > Attached is a patch against 2.4.0-test10 that changes asm/resource.h to > define RLIM_I

asm/resource.h

2000-11-03 Thread H. Peter Anvin
Hello friends, Attached is a patch against 2.4.0-test10 that changes asm/resource.h to define RLIM_INFINITY insite the #ifdef __KERNEL__ on all architectures; previously, this was inconsistent between architecures. This breaks compilation with -Werror at least on i386 since includes , at least

asm/resource.h

2000-11-03 Thread H. Peter Anvin
Hello friends, Attached is a patch against 2.4.0-test10 that changes asm/resource.h to define RLIM_INFINITY insite the #ifdef __KERNEL__ on all architectures; previously, this was inconsistent between architecures. This breaks compilation with -Werror at least on i386 since bits/resource.h

Re: asm/resource.h

2000-11-03 Thread Jeff V. Merkey
hpa, Is this what is causing the lockup problems on 2.4.0-pre-10 with PPro, or something else. Looks like something else. Jeff "H. Peter Anvin" wrote: Hello friends, Attached is a patch against 2.4.0-test10 that changes asm/resource.h to define RLIM_INFINITY insite

Re: asm/resource.h

2000-11-03 Thread Peter Samuelson
[Jeff Merkey] Is this what is causing the lockup problems on 2.4.0-pre-10 with PPro, or something else. Looks like something else. Yeah, it does, doesn't it. If this particular patch cured a kernel-side lockup I would be very surprised. Because the only effect this patch is *supposed* to