]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/lib/relocator.c (malloc_in_range): Remove couple of
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 23 Jan 2012 02:31:17 +0000 (03:31 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 23 Jan 2012 02:31:17 +0000 (03:31 +0100)
dprintf in no-malloc zone.

Note: actual code was already committed by mistake in last commit.

ChangeLog

index 831964e595e3e68b3d03e7fe4a584059f7fa25bd..c0b4a2463db8ecdb3bbd9bd430f74dd625f064bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/lib/relocator.c (malloc_in_range): Remove couple of
+       dprintf in no-malloc zone.
+
 2012-01-22  Mario Limonciello <mario_limonciello@dell.com>
 
        * configure.ac: Add back in test for limits.h.