Subversion Repositories HelenOS-historic

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1702 6546 d 22 h cejka /kernel/trunk/ Kernel doxygen comments updated.  
830 6669 d 23 h jermar /kernel/trunk/ Make ASID FIFO for mips32 be allocated statically.
Make ASID FIFO for sparc64 and ia64 be allocated dynamically.
Fix ia64 to call asid_fifo_init().
All three architectures now call asid_fifo_init() from as_arch_init().
 
788 6674 d 19 h jermar /kernel/trunk/ Move list and fifo data types to adt/.  
752 6680 d 21 h jermar /kernel/trunk/generic/include/ Replace % operator by explicit overflow test to make this ADT compile on ia64.  
729 6689 d 19 h jermar /kernel/trunk/generic/include/ In-array FIFO implementation.