Commit 10c2f9b1 authored by Stephen Lord's avatar Stephen Lord

[XFS] remove _KERNEL from the flags used to turn macros into functions

SGI Modid: 2.5.x-xfs:slinx:134509a
parent dc65b7e5
......@@ -33,13 +33,12 @@
#define __XFS_MACROS_H__
/*
* Set for debug kernels and simulation, and 32-bit kernels,
* but not for standalone. These replacements save space.
* Set for debug kernels and simulation
* These replacements save space.
* Used in xfs_macros.c.
*/
#define XFS_WANT_SPACE_C \
(!defined(_STANDALONE) && \
(defined(DEBUG) || (defined(_KERNEL))))
(!defined(_STANDALONE) && defined(DEBUG))
/*
* Set for debug simulation and kernel builds, but not for standalone.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment