Linus,

Please pull the latest core/headers git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 
core-headers-2020-08-03

   # HEAD: d19e789f068b3d633cbac430764962f404198022 compiler.h: Move 
instrumentation_begin()/end() to new <linux/instrumentation.h> header

A single commit that separates out the instrumentation_begin()/end() bits from 
compiler.h.

 Thanks,

        Ingo

------------------>
Ingo Molnar (1):
      compiler.h: Move instrumentation_begin()/end() to new 
<linux/instrumentation.h> header


 arch/x86/include/asm/bug.h       |  1 +
 include/asm-generic/bug.h        |  1 +
 include/linux/compiler.h         | 53 -------------------------------------
 include/linux/context_tracking.h |  2 ++
 include/linux/instrumentation.h  | 57 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 61 insertions(+), 53 deletions(-)
 create mode 100644 include/linux/instrumentation.h

Reply via email to