]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/include/asm/ppc_asm.h
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / arch / powerpc / include / asm / ppc_asm.h
index 2b31632376a5bec7c926d12f5506a670d4a3b739..051af612a7e14d3afdb49b9bf1684ba99bacd1a1 100644 (file)
@@ -286,6 +286,9 @@ n:
 
 #endif
 
+#define FUNC_START(name)       _GLOBAL(name)
+#define FUNC_END(name)
+
 /* 
  * LOAD_REG_IMMEDIATE(rn, expr)
  *   Loads the value of the constant expression 'expr' into register 'rn'