[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v2 07/10] lib/ukdebug: Remove unused uk_printkd()
Hello Simon, This patch seems fine. Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> On 09/27/2018 02:41 PM, Simon Kuenzer wrote: Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- lib/ukdebug/include/uk/print.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/ukdebug/include/uk/print.h b/lib/ukdebug/include/uk/print.h index 07966e4..fe3730b 100644 --- a/lib/ukdebug/include/uk/print.h +++ b/lib/ukdebug/include/uk/print.h @@ -148,13 +148,6 @@ static inline void uk_printd(int lvl __unused, const char *fmt __unused, ...) } #endif /* CONFIG_LIBUKDEBUG_PRINTD */-/* Print a message on both: Kernel console and Debug console */-#define uk_printkd(dlvl, fmt, ...) \ - do { \ - uk_printk((fmt), ##__VA_ARGS__); \ - uk_printd((dlvl), (fmt), ##__VA_ARGS__); \ - } while (0) - /* * Convenience wrapper for uk_printd() * This is similar to the pr_* variants that you find in the Linux kernel Thanks & Regards Sharan _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |