X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=arch%2Fx86%2Fpurgatory%2Fpurgatory.c;h=b607bda786f6b9ff0c60cb5889b4f99353d0edcb;hb=4ce97317f41d38584fb93578e922fcd19e535f5b;hp=6d8d5a34c377245f65d005e34a2c9b0ef7993740;hpb=fd4198bf17ca9321fb8043e846b780cfd2889dac;p=linux.git diff --git a/arch/x86/purgatory/purgatory.c b/arch/x86/purgatory/purgatory.c index 6d8d5a34c377..b607bda786f6 100644 --- a/arch/x86/purgatory/purgatory.c +++ b/arch/x86/purgatory/purgatory.c @@ -68,3 +68,9 @@ void purgatory(void) } copy_backup_region(); } + +/* + * Defined in order to reuse memcpy() and memset() from + * arch/x86/boot/compressed/string.c + */ +void warn(const char *msg) {}