On Thu, Feb 25, 2016 at 08:51:49AM +0100, Ingo Molnar wrote: > > diff --git a/include/linux/objtool.h b/include/linux/objtool.h > > new file mode 100644 > > index 0000000..cce9d67 > > --- /dev/null > > +++ b/include/linux/objtool.h > > So I think this should really be in asm/frame.h, not in an objtool specific > header.
I agree that it shouldn't be in an objtool-specific header, but asm/frame.h wouldn't work unless we added that file to all the arches. And the macro's functionality is arch-independent anyway. So I'm renaming the file to include/linux/frame.h. -- Josh

