Re: [PATCH 1/9] powerpc/kconfig: Kill PPC_MULTIPLATFORM

2009-03-11 Thread Kumar Gala


On Mar 10, 2009, at 10:53 PM, Benjamin Herrenschmidt wrote:



config PPC_NATIVE
bool
-   depends on PPC_MULTIPLATFORM
+   depends on 6xx || PPC64
help
  Support for running natively on the hardware, i.e. without
  a hypervisor. This option is not user-selectable but should
  be selected by all platforms that need it.


Should this really just be PPC64 && BOOK3S ?  It doesnt look to be  
used for anything beyond using hash_native_64.S


- k
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


Re: [PATCH 1/9] powerpc/kconfig: Kill PPC_MULTIPLATFORM

2009-03-11 Thread Benjamin Herrenschmidt
On Wed, 2009-03-11 at 07:04 -0500, Kumar Gala wrote:
> On Mar 10, 2009, at 10:53 PM, Benjamin Herrenschmidt wrote:
> 
> >
> > config PPC_NATIVE
> > bool
> > -   depends on PPC_MULTIPLATFORM
> > +   depends on 6xx || PPC64
> > help
> >   Support for running natively on the hardware, i.e. without
> >   a hypervisor. This option is not user-selectable but should
> >   be selected by all platforms that need it.
> 
> Should this really just be PPC64 && BOOK3S ?  It doesnt look to be  
> used for anything beyond using hash_native_64.S

Maybe... In this case I didn't want to change it from what it was but
you're right, it probably is hash64 only.

Ben

___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev