X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/ms2-kexec/blobdiff_plain/0c549ba1cfe1d2d61c07eccab7f274740b706ed6..634c05247a30d6f6890fb722fbcade61a36b8d58:/machine_kexec.c diff --git a/machine_kexec.c b/machine_kexec.c index 531120f..e38af78 100644 --- a/machine_kexec.c +++ b/machine_kexec.c @@ -115,12 +115,12 @@ void machine_kexec(struct kimage *image) local_fiq_disable(); setup_mm_for_reboot(0); /* mode is not used, so just pass 0*/ flush_cache_all(); -#if 0 +#ifdef CONFIG_OUTER_CACHE outer_flush_all(); outer_disable(); #endif cpu_proc_fin(); -#if 0 +#ifdef CONFIG_OUTER_CACHE outer_inv_all(); #endif flush_cache_all();