login
Header Space

 
 

Re: [PATCH -rt] rt-slab: fix cpu inconsistency case

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Hiroshi Shimamoto <h-shimamoto@...>
Cc: Ingo Molnar <mingo@...>, Thomas Gleixner <tglx@...>, <linux-kernel@...>, <linux-rt-users@...>
Date: Thursday, March 20, 2008 - 3:32 pm

Hi Hiroshi,

Thanks for looking into it. I'll take a deeper look at it later, but
first I have a few nitpicks with the patch.

On Thu, 20 Mar 2008, Hiroshi Shimamoto wrote:

This is the !PREEMPT_RT version. It should stay as is (with the
exception of ignoring the "cpu" variable. [ (void)cpu; ? ]

#define slab_irq_disable_nort(cpu) \
	do { \
		(void)cpu;  \
		local_irq_disable(); \
	} while(0)



And these are the PREEMPT_RT version. So basically, this patch is a nop
for PREEMPT_RT. I doubt it will solve your bug ;-)


-- Steve

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH -rt] rt-slab: fix cpu inconsistency case, Hiroshi Shimamoto, (Thu Mar 20, 2:00 pm)
Re: [PATCH -rt] rt-slab: fix cpu inconsistency case, Steven Rostedt, (Thu Mar 20, 3:32 pm)
Re: [PATCH -rt] rt-slab: fix cpu inconsistency case, Daniel Walker, (Fri Mar 21, 2:11 pm)
Re: [PATCH -rt] rt-slab: fix cpu inconsistency case, Hiroshi Shimamoto, (Thu Mar 20, 4:10 pm)
Re: [PATCH -rt] rt-slab: fix cpu inconsistency case, Steven Rostedt, (Fri Mar 21, 4:37 pm)
Re: [PATCH -rt] rt-slab: fix cpu inconsistency case, Hiroshi Shimamoto, (Fri Mar 21, 4:47 pm)
Re: [PATCH -rt] rt-slab: fix cpu inconsistency case, Steven Rostedt, (Mon Mar 24, 4:35 pm)
Re: [PATCH -rt] rt-slab: fix cpu inconsistency case, Hiroshi Shimamoto, (Mon Mar 24, 4:54 pm)
Re: [PATCH -rt] rt-slab: fix cpu inconsistency case, Steven Rostedt, (Mon Mar 24, 4:40 pm)
Re: [PATCH -rt] rt-slab: fix cpu inconsistency case, Hiroshi Shimamoto, (Mon Mar 24, 5:11 pm)
speck-geostationary