Changeset 0f27b4c in mainline for genarch/src/mm/asid_fifo.c


Ignore:
Timestamp:
2006-05-01T13:45:38Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
762a824
Parents:
953b0f33
Message:

Rename acpi/matd.c to madt.c (Multiple APIC Description Table).
Improve Doxygen comments in genarch/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genarch/src/mm/asid_fifo.c

    r953b0f33 r0f27b4c  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28 
     29/**
     30 * @file        asid_fifo.c
     31 * @brief       FIFO queue ASID management.
     32 *
     33 * Architectures that link with this file keep the unallocated ASIDs
     34 * in FIFO queue. The queue can be statically (e.g. mips32) or
     35 * dynamically allocated (e.g ia64 and sparc64).
     36 */
    2837
    2938#include <genarch/mm/asid_fifo.h>
Note: See TracChangeset for help on using the changeset viewer.