Add noinline macro for userspace

This commit is contained in:
Brian Behlendorf 2008-12-18 13:15:58 -08:00
parent f4bc961bcc
commit 8e136cf0c9
1 changed files with 6 additions and 0 deletions

View File

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