aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2019-02-26 13:22:23 +1100
committerStewart Smith <stewart@linux.ibm.com>2019-02-25 21:59:03 -0600
commite1c3ed8224bfecc5b9055ef21a86ec63e229170f (patch)
tree114a3bed6d454a87475679d3dc11ad2e00a4b86d /doc
parenta96739c6c1cdf02521cab703733cef8cb54debbf (diff)
downloadskiboot-e1c3ed8224bfecc5b9055ef21a86ec63e229170f.zip
skiboot-e1c3ed8224bfecc5b9055ef21a86ec63e229170f.tar.gz
skiboot-e1c3ed8224bfecc5b9055ef21a86ec63e229170f.tar.bz2
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 'doc')
-rw-r--r--doc/overview.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index 2d09e05..6366701 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -136,8 +136,7 @@ In the source file include/mem-map.h we include a memory map. This is
manually generated, not automatically generated.
We use CCAN for a bunch of helper code, turning on things like DEBUG_LOCKS
-and DEBUG_MALLOC as these are not a performance issue for us, and we like
-to be careful.
+as these are not a performance issue for us, and we like to be careful.
In include/config.h there are defines for turning on extra tracing.
OPAL is what we name the interface from skiboot to OS (Linux).