From: Michael Brown Date: Tue, 3 Mar 2015 14:25:51 +0000 (+0000) Subject: [malloc] Move valgrind headers out of arch/x86 X-Git-Tag: v1.20.1~926 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f3d165232050626e8991c619da87098a584ae41;p=thirdparty%2Fipxe.git [malloc] Move valgrind headers out of arch/x86 The valgrind headers are not x86-specific; they detect the CPU architecture and contain inline assembly for multiple architectures. Signed-off-by: Michael Brown --- diff --git a/src/arch/x86/include/valgrind/memcheck.h b/src/include/valgrind/memcheck.h similarity index 100% rename from src/arch/x86/include/valgrind/memcheck.h rename to src/include/valgrind/memcheck.h diff --git a/src/arch/x86/include/valgrind/valgrind.h b/src/include/valgrind/valgrind.h similarity index 100% rename from src/arch/x86/include/valgrind/valgrind.h rename to src/include/valgrind/valgrind.h