Changeset c0699467 in mainline for kernel/arch/ia32/include
- Timestamp:
- 2011-08-09T18:08:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b538ca5c
- Parents:
- 3666d386
- Location:
- kernel/arch/ia32/include
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/context.h
r3666d386 rc0699467 36 36 #define KERN_ia32_CONTEXT_H_ 37 37 38 #ifdef KERNEL39 40 38 #include <typedefs.h> 41 39 … … 57 55 } while (0) 58 56 59 #endif /* KERNEL */60 61 57 /* 62 58 * Only save registers that must be preserved across -
kernel/arch/ia32/include/elf.h
r3666d386 rc0699467 27 27 */ 28 28 29 /** @addtogroup ia32 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 36 36 #define KERN_ia32_ELF_H_ 37 37 38 #define ELF_MACHINEEM_38639 #define ELF_DATA_ENCODING ELFDATA2LSB40 #define ELF_CLASS ELFCLASS3238 #define ELF_MACHINE EM_386 39 #define ELF_DATA_ENCODING ELFDATA2LSB 40 #define ELF_CLASS ELFCLASS32 41 41 42 42 #endif -
kernel/arch/ia32/include/istate.h
r3666d386 rc0699467 36 36 #define KERN_ia32_ISTATE_H_ 37 37 38 #ifdef KERNEL39 40 #include <typedefs.h>41 38 #include <trace.h> 42 43 #else /* KERNEL */44 45 #include <sys/types.h>46 47 #define NO_TRACE48 49 #endif /* KERNEL */50 39 51 40 typedef struct istate { -
kernel/arch/ia32/include/mm/frame.h
r3666d386 rc0699467 39 39 #define FRAME_SIZE (1 << FRAME_WIDTH) 40 40 41 #ifdef KERNEL42 41 #ifndef __ASM__ 43 42 … … 50 49 51 50 #endif /* __ASM__ */ 52 #endif /* KERNEL */53 51 54 52 #endif -
kernel/arch/ia32/include/mm/page.h
r3666d386 rc0699467 42 42 #define PAGE_SIZE FRAME_SIZE 43 43 44 #ifdef KERNEL45 46 44 #ifndef __ASM__ 47 45 … … 201 199 #endif /* __ASM__ */ 202 200 203 #endif /* KERNEL */204 205 201 #endif 206 202
Note:
See TracChangeset
for help on using the changeset viewer.
