memory_barrier

2005-04-09 Thread Bart De Schuymer
Hi, Is there any reason why __memory_barrier() is still referenced in the kernel source? grep -r memory_barrier gave the following back, which at first seems to suggest barrier() is defined using some phantom __memory_barrier(), quite deceiving... include/linux/compiler-intel.h:#define barrier(

Re: 2.6.11-rc2: Badness in local_bh_enable at kernel/softirq.c:140

2005-01-25 Thread Bart De Schuymer
Op di, 25-01-2005 te 03:36 +0100, schreef Ernst Herzberg: > sorry for answering to myself, but someone (:-) send me a mail with the > message > > > Fixed in -bk on Sunday. > > Thx :-) Thanks for posting this. I was just about to go on a wild goose chase. Any idea what patch fixed it? cheers, B