Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: bfeffd155283772bbe78c6a05dec7c0128ee500c authored by Linus Torvalds on 07 January 2019, 01:08:20 UTC
Linux 5.0-rc1
Tip revision: bfeffd1
tlb.h
/* 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>

#endif
back to top