PERFORCE change 135832 for review

Sam Leffler sam at FreeBSD.org
Wed Feb 20 19:40:03 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=135832

Change 135832 by sam at sam_ebb on 2008/02/20 19:39:45

	use __noinline from cdefs.h

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_ioctl.c#29 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_ioctl.c#29 (text+ko) ====

@@ -58,12 +58,6 @@
 #include <netipx/ipx_if.h>
 #endif
 
-#ifdef __GNUC__
-#define	__noinline	__attribute__ ((noinline))
-#else
-#define	__noinline
-#endif
-
 #include <net80211/ieee80211_var.h>
 #include <net80211/ieee80211_ioctl.h>
 #include <net80211/ieee80211_regdomain.h>


More information about the p4-projects mailing list