]> xenbits.xensource.com Git - people/pauldu/mini-os.git/commit
mini-os: remove MM_DEBUG code
authorJuergen Gross <jgross@suse.com>
Tue, 12 Jul 2016 11:43:55 +0000 (13:43 +0200)
committerJuergen Gross <jgross@suse.com>
Thu, 11 Aug 2016 11:03:47 +0000 (13:03 +0200)
commit0c414512bfec7d315b64b4f79d6a1d1ac41b60d8
tree24195ad666329c248bf4fe28e94af7a5b0c08b8f
parent0e9beec7af2bf38be746e5ab635e6dcf2fefbecd
mini-os: remove MM_DEBUG code

mm.c contains unused code inside #ifdef MM_DEBUG areas. Its usability
is rather questionable and some parts are even wrong (e.g.
print_chunks() called with nr_pages > 1000 will clobber an arbitrary
stack content with a 0 byte).

Remove this code.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
mm.c