Merge tag 'rtc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[linux-2.6-microblaze.git] / arch / x86 / kernel / doublefault_32.c
index d1d49e3..3b58d87 100644 (file)
@@ -77,9 +77,6 @@ asmlinkage noinstr void __noreturn doublefault_shim(void)
         * some way to reconstruct CR3.  We could make a credible guess based
         * on cpu_tlbstate, but that would be racy and would not account for
         * PTI.
-        *
-        * Instead, don't bother.  We can return through
-        * rewind_stack_do_exit() instead.
         */
        panic("cannot return from double fault\n");
 }