Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: f5412be599602124d2bdd49947b231dd77c0bf99 authored by Linus Torvalds on 22 February 2011, 01:25:52 UTC
Linux 2.6.38-rc6
Tip revision: f5412be
tlb.h
/* 
  include/asm-h8300/tlb.h 
*/

#ifndef __H8300_TLB_H__
#define __H8300_TLB_H__

#define tlb_flush(tlb)	do { } while(0)

/* 
  include/asm-h8300/tlb.h 
*/

#ifndef __H8300_TLB_H__
#define __H8300_TLB_H__

#define tlb_flush(tlb)	do { } while(0)

#include <asm-generic/tlb.h>

#endif

#endif
back to top