linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* asm-powerpc/highmem.h missing
@ 2006-02-08  9:34 Olaf Hering
  2006-02-08 10:16 ` Stephen Rothwell
  0 siblings, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2006-02-08  9:34 UTC (permalink / raw)
  To: linuxppc-dev


Why was asm-ppc/highmem.h not migrated? linux/highmem.h and pagemap.h wants it.
-- 
short story of a lazy sysadmin:
 alias appserv=wotan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: asm-powerpc/highmem.h missing
  2006-02-08  9:34 asm-powerpc/highmem.h missing Olaf Hering
@ 2006-02-08 10:16 ` Stephen Rothwell
  2006-02-08 10:51   ` Olaf Hering
  2006-02-08 12:40   ` Olaf Hering
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Rothwell @ 2006-02-08 10:16 UTC (permalink / raw)
  To: Olaf Hering; +Cc: linuxppc-dev

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

On Wed, 8 Feb 2006 10:34:39 +0100 Olaf Hering <olh@suse.de> wrote:
>
> 
> Why was asm-ppc/highmem.h not migrated? linux/highmem.h and pagemap.h wants it.

I guess it was not migrated because it is only required for CONFIG_HIGHMEM
and, of course, ppc64 does not need HIGHMEM and presumably noone has tried
to build with CONFIG_HIGHMEM set in ARCH=powerpc until now.

Patches accepted :-)

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: asm-powerpc/highmem.h missing
  2006-02-08 10:16 ` Stephen Rothwell
@ 2006-02-08 10:51   ` Olaf Hering
  2006-02-08 12:40   ` Olaf Hering
  1 sibling, 0 replies; 6+ messages in thread
From: Olaf Hering @ 2006-02-08 10:51 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linuxppc-dev

 On Wed, Feb 08, Stephen Rothwell wrote:

> On Wed, 8 Feb 2006 10:34:39 +0100 Olaf Hering <olh@suse.de> wrote:
> >
> > 
> > Why was asm-ppc/highmem.h not migrated? linux/highmem.h and pagemap.h wants it.
> 
> I guess it was not migrated because it is only required for CONFIG_HIGHMEM
> and, of course, ppc64 does not need HIGHMEM and presumably noone has tried
> to build with CONFIG_HIGHMEM set in ARCH=powerpc until now.

Well, thats not really true, ppc32 builds/works just fine with that, if you
want to use more than 768MB.
The quickcam kernel module did include pagemap.h, but it works just fine
without it. So nothing needs to be changed in the kernel.

-- 
short story of a lazy sysadmin:
 alias appserv=wotan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: asm-powerpc/highmem.h missing
  2006-02-08 10:16 ` Stephen Rothwell
  2006-02-08 10:51   ` Olaf Hering
@ 2006-02-08 12:40   ` Olaf Hering
  2006-02-08 15:00     ` Kumar Gala
  1 sibling, 1 reply; 6+ messages in thread
From: Olaf Hering @ 2006-02-08 12:40 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linuxppc-dev

 On Wed, Feb 08, Stephen Rothwell wrote:

> On Wed, 8 Feb 2006 10:34:39 +0100 Olaf Hering <olh@suse.de> wrote:
> >
> > 
> > Why was asm-ppc/highmem.h not migrated? linux/highmem.h and pagemap.h wants it.
> 
> I guess it was not migrated because it is only required for CONFIG_HIGHMEM
> and, of course, ppc64 does not need HIGHMEM and presumably noone has tried
> to build with CONFIG_HIGHMEM set in ARCH=powerpc until now.

zaptel wants it as well, via netdevice.h/skbuff.h. I wonder why 32bit
compiles anyway, given the many users of linux/highmem.h. Looking...




Argh, still these hacks:

lrwxrwxrwx  1 olaf users 64 2006-02-04 13:16 arch/powerpc/include/asm ->
/home/olaf/kernel/olh/ppc64/linux-2.6.16-rc2-olh/include/asm-ppc/

So better move it over quick.

-- 
short story of a lazy sysadmin:
 alias appserv=wotan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: asm-powerpc/highmem.h missing
  2006-02-08 12:40   ` Olaf Hering
@ 2006-02-08 15:00     ` Kumar Gala
  2006-02-09 14:44       ` Olaf Hering
  0 siblings, 1 reply; 6+ messages in thread
From: Kumar Gala @ 2006-02-08 15:00 UTC (permalink / raw)
  To: Olaf Hering; +Cc: Stephen Rothwell, linuxppc-dev


On Feb 8, 2006, at 6:40 AM, Olaf Hering wrote:

>  On Wed, Feb 08, Stephen Rothwell wrote:
>
>> On Wed, 8 Feb 2006 10:34:39 +0100 Olaf Hering <olh@suse.de> wrote:
>>>
>>>
>>> Why was asm-ppc/highmem.h not migrated? linux/highmem.h and  
>>> pagemap.h wants it.
>>
>> I guess it was not migrated because it is only required for  
>> CONFIG_HIGHMEM
>> and, of course, ppc64 does not need HIGHMEM and presumably noone  
>> has tried
>> to build with CONFIG_HIGHMEM set in ARCH=powerpc until now.
>
> zaptel wants it as well, via netdevice.h/skbuff.h. I wonder why 32bit
> compiles anyway, given the many users of linux/highmem.h. Looking...
>
>
>
>
> Argh, still these hacks:
>
> lrwxrwxrwx  1 olaf users 64 2006-02-04 13:16 arch/powerpc/include/ 
> asm ->
> /home/olaf/kernel/olh/ppc64/linux-2.6.16-rc2-olh/include/asm-ppc/
>
> So better move it over quick.

You do realize there are a slew of headers in include/asm-ppc/ that  
we use in the arch/powerpc builds for ppc32.

- kumar

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: asm-powerpc/highmem.h missing
  2006-02-08 15:00     ` Kumar Gala
@ 2006-02-09 14:44       ` Olaf Hering
  0 siblings, 0 replies; 6+ messages in thread
From: Olaf Hering @ 2006-02-09 14:44 UTC (permalink / raw)
  To: Kumar Gala; +Cc: Stephen Rothwell, linuxppc-dev

 On Wed, Feb 08, Kumar Gala wrote:

> You do realize there are a slew of headers in include/asm-ppc/ that  
> we use in the arch/powerpc builds for ppc32.

Yes, I just realized that I have to patch both asm/io.h files. ARGH!

-- 
short story of a lazy sysadmin:
 alias appserv=wotan

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-02-09 14:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-08  9:34 asm-powerpc/highmem.h missing Olaf Hering
2006-02-08 10:16 ` Stephen Rothwell
2006-02-08 10:51   ` Olaf Hering
2006-02-08 12:40   ` Olaf Hering
2006-02-08 15:00     ` Kumar Gala
2006-02-09 14:44       ` Olaf Hering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).