tlb.h 275 B

123456789101112131415
  1. /*
  2. * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
  3. * Licensed under the GPL
  4. */
  5. #ifndef __TLB_H__
  6. #define __TLB_H__
  7. #include "um_mmu.h"
  8. extern void force_flush_all(void);
  9. extern int flush_tlb_kernel_range_common(unsigned long start,
  10. unsigned long end);
  11. #endif