Changeset 57ce359 in mainline for kernel/arch/ia32xen/include/asm.h


Ignore:
Timestamp:
2006-10-22T18:27:57Z (18 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/asm.h

    r2191541 r57ce359  
    2929 */
    3030
    31 /** @addtogroup xen32
     31/** @addtogroup ia32xen
    3232 * @{
    3333 */
     
    3535 */
    3636
    37 #ifndef KERN_xen32_ASM_H_
    38 #define KERN_xen32_ASM_H_
     37#ifndef KERN_ia32xen_ASM_H_
     38#define KERN_ia32xen_ASM_H_
    3939
    4040#include <arch/pm.h>
Note: See TracChangeset for help on using the changeset viewer.