Re: [PATCH 1/4] RT: remove duplicate time/Kconfig

2008-01-16 Thread Frank Rowand
On Wed, 2008-01-16 at 20:29 -0500, Steven Rostedt wrote: > On Wed, 16 Jan 2008, Frank Rowand wrote: > > > > > time/Kconfig added by preempt-realtime-mips.patch duplicates other entry, > > resulting in kernel make error: > > > > Signed-off-by: Frank Rowand <[EMAIL PROTECTED]> > > --- > > arch/mip

Re: [PATCH 1/4] RT: remove duplicate time/Kconfig

2008-01-16 Thread Steven Rostedt
On Wed, 16 Jan 2008, Frank Rowand wrote: > > time/Kconfig added by preempt-realtime-mips.patch duplicates other entry, > resulting in kernel make error: > > Signed-off-by: Frank Rowand <[EMAIL PROTECTED]> > --- > arch/mips/Kconfig |2 0 + 2 - 0 ! > 1 files changed, 2 deletions(-)

Re: [PATCH 1/4] RT: remove duplicate time/Kconfig

2008-01-16 Thread Frank Rowand
On Tue, 2008-01-15 at 19:40 -0500, Steven Rostedt wrote: > On Tue, Jan 15, 2008 at 02:18:45PM -0800, Frank Rowand wrote: > > > > Index: linux-2.6.24-rc7/arch/mips/Kconfig > > === > > --- linux-2.6.24-rc7.orig/arch/mips/Kconfig > > ++

Re: [PATCH 1/4] RT: remove duplicate time/Kconfig

2008-01-15 Thread Steven Rostedt
On Tue, Jan 15, 2008 at 02:18:45PM -0800, Frank Rowand wrote: > > Index: linux-2.6.24-rc7/arch/mips/Kconfig > === > --- linux-2.6.24-rc7.orig/arch/mips/Kconfig > +++ linux-2.6.24-rc7/arch/mips/Kconfig > @@ -1775,8 +1775,6 @@ config NR

[PATCH 1/4] RT: remove duplicate time/Kconfig

2008-01-15 Thread Frank Rowand
From: Frank Rowand <[EMAIL PROTECTED]> time/Kconfig added by preempt-realtime-mips.patch duplicates other entry, resulting in kernel make error: Signed-off-by: Frank Rowand <[EMAIL PROTECTED]> --- arch/mips/Kconfig |2 0 + 2 - 0 ! 1 files changed, 2 deletions(-) Index: linux-2