Re: retry [PATCH] partition : add support for sysv68 partitions

2007-05-09 Thread Michael Schmitz
> > > `default y if M68K && SYSV_FS' > > > > I prefer `default y if VME'. > > > > Incidentally, what is the problem you have with SYSV68_PARTITION ? > On my i586 machine, code size is 434 bytes for sysv68.o + 4 bytes more in > check.c Traditionally, we have always been very conservative about en

Re: retry [PATCH] partition : add support for sysv68 partitions

2007-05-09 Thread Wouter Verhelst
On Tue, May 08, 2007 at 10:21:12PM +0200, Geert Uytterhoeven wrote: > Hi Philippe, > On Fri, 13 Apr 2007, Philippe De Muyter wrote: > > Add support for the Motorola sysv68 disk partition table (slices in motorola > > doc). > > > > Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> > > >

Re: retry [PATCH] partition : add support for sysv68 partitions

2007-05-09 Thread Philippe De Muyter
Hi Geert, > > What do you think of > > `default y if VME' > > or > > `default y if M68K && SYSV_FS' > > I prefer `default y if VME'. > > BTW, perhaps PPC based Motorola MVME boards use SYSV68 partition tables, > too? No, the PPC based Motorola MVME boards use the (currently not supporte

Re: retry [PATCH] partition : add support for sysv68 partitions

2007-05-09 Thread Geert Uytterhoeven
On Wed, 9 May 2007, Philippe De Muyter wrote: > On Tue, May 08, 2007 at 10:21:12PM +0200, Geert Uytterhoeven wrote: > > On Fri, 13 Apr 2007, Philippe De Muyter wrote: > > > Add support for the Motorola sysv68 disk partition table (slices in > > > motorola > > > doc). > > > > > > Signed-off-by: Ph

Re: retry [PATCH] partition : add support for sysv68 partitions

2007-05-09 Thread Philippe De Muyter
Hi Geert, On Tue, May 08, 2007 at 10:21:12PM +0200, Geert Uytterhoeven wrote: > Hi Philippe, > > On Fri, 13 Apr 2007, Philippe De Muyter wrote: > > Add support for the Motorola sysv68 disk partition table (slices in motorola > > doc). > > > > Signed-off-by: Philippe De Muyter <[EMAIL PROTE

Re: retry [PATCH] partition : add support for sysv68 partitions

2007-05-08 Thread Geert Uytterhoeven
Hi Philippe, On Fri, 13 Apr 2007, Philippe De Muyter wrote: > Add support for the Motorola sysv68 disk partition table (slices in motorola > doc). > > Signed-off-by: Philippe De Muyter <[EMAIL PROTECTED]> > > diff -r 1b54f1d81bc5 fs/partitions/Kconfig > --- a/fs/partitions/Kconfig Thu