diff options
author | Andrew Donnellan <andrew.donnellan@au1.ibm.com> | 2019-02-26 13:22:23 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-02-25 21:59:03 -0600 |
commit | e1c3ed8224bfecc5b9055ef21a86ec63e229170f (patch) | |
tree | 114a3bed6d454a87475679d3dc11ad2e00a4b86d /include | |
parent | a96739c6c1cdf02521cab703733cef8cb54debbf (diff) | |
download | blackbird-skiboot-e1c3ed8224bfecc5b9055ef21a86ec63e229170f.tar.gz blackbird-skiboot-e1c3ed8224bfecc5b9055ef21a86ec63e229170f.zip |
config: Get rid of DEBUG_MALLOC
Since the initial release of skiboot, we've #defined DEBUG_MALLOC to 1.
Also since the initial release of skiboot, DEBUG_MALLOC has been referenced
absolutely nowhere.
Get rid of it.
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index 6b36590c..e34feae9 100644 --- a/include/config.h +++ b/include/config.h @@ -42,9 +42,6 @@ /* Enable lock dependency checker */ #define DEADLOCK_CHECKER 1 -/* Enable malloc debugging */ -#define DEBUG_MALLOC 1 - /* Enable OPAL entry point tracing */ //#define OPAL_TRACE_ENTRY 1 |