Subversion Repositories HelenOS-historic

Rev

Rev 534 | Rev 597 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 534 Rev 569
Line 42... Line 42...
42
#  define tlb_shootdown_finalize()  ;
42
#  define tlb_shootdown_finalize()  ;
43
#  define tlb_shootdown_ipi_recv() ;
43
#  define tlb_shootdown_ipi_recv() ;
44
#endif /* CONFIG_SMP */
44
#endif /* CONFIG_SMP */
45
 
45
 
46
/* Export TLB interface that each architecture must implement. */
46
/* Export TLB interface that each architecture must implement. */
47
extern void tlb_init_arch(void);
47
extern void tlb_arch_init(void);
-
 
48
extern void tlb_print(void);
48
extern void tlb_invalidate(asid_t asid);
49
extern void tlb_invalidate(asid_t asid);
49
extern void tlb_shootdown_ipi_send(void);
50
extern void tlb_shootdown_ipi_send(void);
50
 
51
 
51
#endif
52
#endif