/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __H8300_TLB_H__ #define __H8300_TLB_H__ #define tlb_flush(tlb) do { } while (0) #include <asm-generic/tlb.h> #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Yoshinori Sato | 18 | 94.74% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 5.26% | 1 | 50.00% |
Total | 19 | 100.00% | 2 | 100.00% |