top: remove explicit references to NUMA_DISABLE define
Since our library is responsible for NUMA support, and since the top program already accommodates the lack of NUMA data, there's no reason that #define NUMA_DISABLE need be explicitly referenced in the top source files. Ergo, this commit just eliminates all such references. Now, top will rely only on procps_stat_reap() results. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@ -25,7 +25,6 @@
|
||||
/* Defines represented in configure.ac ----------------------------- */
|
||||
//#define BOOST_PERCNT /* enable extra precision for two % fields */
|
||||
//#define NOBOOST_MEMS /* disable extra precision for mem fields */
|
||||
//#define NUMA_DISABLE /* disable summary area NUMA/Nodes display */
|
||||
//#define ORIG_TOPDEFS /* with no rcfile retain original defaults */
|
||||
//#define SIGNALS_LESS /* favor reduced signal load over response */
|
||||
|
||||
|
Reference in New Issue
Block a user