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
> > +++ linux-2.6.24-rc7/arch/mips/Kconfig
> > @@ -1775,8 +1775,6 @@ config NR_CPUS
> >       performance should round up your number of processors to the next
> >       power of two.
> >  
> > -source "kernel/time/Kconfig"
> > -
> 
> This doesn't apply with -rt2. Are you sure you have the right tree?
> 
> -- Steve

As you suspected, I pulled this one from the wrong tree.  The correct
patch is below.

-Frank

> 
> >  #
> >  # Timer Interrupt Frequency Configuration
> 

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.6.24-rc7/arch/mips/Kconfig
===================================================================
--- linux-2.6.24-rc7.orig/arch/mips/Kconfig
+++ linux-2.6.24-rc7/arch/mips/Kconfig
@@ -1001,8 +1001,6 @@ config BOOT_ELF64
 
 menu "CPU selection"
 
-source "kernel/time/Kconfig"
-
 choice
        prompt "CPU type"
        default CPU_R4X00



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to