Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 458 → Rev 457

/SPARTAN/trunk/generic/include/mm/tlb.h
33,7 → 33,7
 
extern void tlb_init(void);
 
#ifdef CONFIG_SMP
#ifdef __SMP__
extern void tlb_shootdown_start(void);
extern void tlb_shootdown_finalize(void);
extern void tlb_shootdown_ipi_recv(void);
41,7 → 41,7
# define tlb_shootdown_start() ;
# define tlb_shootdown_finalize() ;
# define tlb_shootdown_ipi_recv() ;
#endif /* CONFIG_SMP */
#endif /* __SMP__ */
 
/* Export TLB interface that each architecture must implement. */
extern void tlb_init_arch(void);