Changeset 8f2153b in mainline for arch/ia32/include/pm.h


Ignore:
Timestamp:
2005-09-05T12:41:45Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b492b5
Parents:
2c55af3
Message:

Backported AMD64 linker and boot changes back to IA32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/pm.h

    r2c55af3 r8f2153b  
    3030#define __PM_H__
    3131
    32 #include <arch/types.h>
    33 #include <typedefs.h>
    34 #include <arch/context.h>
    35 
    3632#define IDT_ITEMS 64
    3733#define GDT_ITEMS 6
     
    6056
    6157#define IO_MAP_BASE     (104)
     58
     59#ifndef __ASM__
     60
     61#include <arch/types.h>
     62#include <typedefs.h>
     63#include <arch/context.h>
    6264
    6365struct ptr_16_32 {
     
    146148extern void tss_initialize(struct tss *t);
    147149
     150#endif /* __ASM__ */
     151
    148152#endif
Note: See TracChangeset for help on using the changeset viewer.