1 /* SPDX-License-Identifier: GPL-2.0 */
9 * memblock_dbg is called with u64 arguments that don't match the "%llu"
10 * specifier in printf. This results in warnings that cannot be fixed without
11 * modifying memblock.c, which we wish to avoid. As these messaged are not used
12 * in testing anyway, the mismatch can be ignored.
14 #pragma GCC diagnostic push
15 #pragma GCC diagnostic ignored "-Wformat"
17 #pragma GCC diagnostic push
19 #define pr_info printk
20 #define pr_debug printk
21 #define pr_cont printk
23 #define pr_warn printk