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

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

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:

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

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 PROTECTED]

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: Philippe De Muyter

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 supported by linux)

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] diff -r

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 enabling more

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

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 Apr 12

retry [PATCH] partition : add support for sysv68 partitions

2007-04-13 Thread Philippe De Muyter
Hi all, 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 Apr 12 15:44:52 2007 -0700 +++ b/fs/partitions/Kconfig Fri Apr 13

retry [PATCH] partition : add support for sysv68 partitions

2007-04-13 Thread Philippe De Muyter
Hi all, 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 Apr 12 15:44:52 2007 -0700 +++ b/fs/partitions/Kconfig Fri Apr 13