Re: useless asm/page.h exported to userspace for some architectures

2007-01-07 Thread David Woodhouse
On Thu, 2007-01-04 at 17:42 +, Christoph Hellwig wrote: > On Thu, Jan 04, 2007 at 02:00:20AM -0500, Mike Frysinger wrote: > > most architectures (pretty much everyone but like x86/x86_64/s390) > > export empty asm/page.h headers ... considering how useless these are, > > why bother exporting th

Re: useless asm/page.h exported to userspace for some architectures

2007-01-04 Thread Christoph Hellwig
On Thu, Jan 04, 2007 at 02:00:20AM -0500, Mike Frysinger wrote: > most architectures (pretty much everyone but like x86/x86_64/s390) > export empty asm/page.h headers ... considering how useless these are, > why bother exporting them at all ? clearly userspace is unable to > rely on it across arch

useless asm/page.h exported to userspace for some architectures

2007-01-03 Thread Mike Frysinger
most architectures (pretty much everyone but like x86/x86_64/s390) export empty asm/page.h headers ... considering how useless these are, why bother exporting them at all ? clearly userspace is unable to rely on it across architectures, so by making it available to the two most common (x86/x86_64