There you are Rusty, i've made the changes as suggested, verified it patches with -p1 . Patch attached. Rusty Russell wrote: > > In message <3D117C53.2B4F7C53@cisco.com> you write: > > Copying Rusty as well. > > > > Changed files in the include/asm-ia64 directory to get rid of > > __builtin_expect() in favour of likely/unlikely. > > Hi Manik, > > You got a reject because these patches do not apply with -p1 > (diffs should be taken from one level, furthur down as Linux norm). > > The other issue is: > > - if (!__builtin_expect (current->mm->dumpable, 1)) { > \ > > + if (!likely (current->mm->dumpable)) { > > if (unlikely(!current->mm->dumpable)), please! > > Thanks, > Rusty. > -- > Anyone who quotes me in their sig is an idiot. -- Rusty Russell.