Ignore:
Timestamp:
2006-10-22T18:27:57Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19dce27
Parents:
2191541
Message:

Rename xen32 to ia32xen.
The name seems to be more logical as Xen supports more host architectures.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32xen/include/mm/asid.h

    r2191541 r57ce359  
    2727 */
    2828
    29 /** @addtogroup xen32mm
     29/** @addtogroup ia32xen_mm     
    3030 * @{
    3131 */
    3232/** @file
    33  * @ingroup xen32mm
     33 * @ingroup ia32xen_mm
    3434 */
    3535
    3636/*
    37  * xen32 has no hardware support for address space identifiers.
     37 * ia32xen has no hardware support for address space identifiers.
    3838 * This file is provided to do nop-implementation of mm/asid.h
    3939 * interface.
    4040 */
    4141
    42 #ifndef KERN_xen32_ASID_H_
    43 #define KERN_xen32_ASID_H_
     42#ifndef KERN_ia32xen_ASID_H_
     43#define KERN_ia32xen_ASID_H_
    4444
    4545typedef int asid_t;
Note: See TracChangeset for help on using the changeset viewer.