cregit-Linux how code gets into the kernel

Release 4.14 arch/mips/power/hibernate.c

Directory: arch/mips/power
// SPDX-License-Identifier: GPL-2.0
#include <asm/tlbflush.h>

extern int restore_image(void);


int swsusp_arch_resume(void) { /* Avoid TLB mismatch during and after kernel resume */ local_flush_tlb_all(); return restore_image(); }

Contributors

PersonTokensPropCommitsCommitProp
Huacai Chen15100.00%1100.00%
Total15100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Huacai Chen2596.15%150.00%
Greg Kroah-Hartman13.85%150.00%
Total26100.00%2100.00%
Directory: arch/mips/power
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.