]> granicus.if.org Git - zfs/commitdiff
Add noinline macro for userspace
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 18 Dec 2008 21:15:58 +0000 (13:15 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 18 Dec 2008 21:15:58 +0000 (13:15 -0800)
lib/libzpool/include/sys/zfs_context.h

index 0e7019bba8681d5bd1cdbcdbb1696ce66be7f297..d4531d559ec123ed2578d3116bf5b413f1a3043a 100644 (file)
@@ -74,6 +74,12 @@ extern "C" {
 #include <sys/u8_textprep.h>
 #include <sys/sysevent/eventdefs.h>
 
+/*
+ * Stack
+ */
+
+#define  noinline      __attribute__((noinline))
+
 /*
  * Debugging
  */