Changeset 2968fe29 in mainline for arch/ia32/src/pm.c


Ignore:
Timestamp:
2005-04-16T16:55:23Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb4b61d
Parents:
aa9551d
Message:

Minor changes and cleanups of recent modifications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/pm.c

    raa9551d r2968fe29  
    6868/* gdtr changes everytime new CPU is initialized */
    6969struct ptr_16_32 gdtr __attribute__ ((section ("K_DATA_START"))) = { .limit = sizeof(gdt), .base = (__address) gdt };
    70 struct ptr_16_32 idtr = { .limit = sizeof(idt), .base = (__address) idt };
     70struct ptr_16_32 idtr __attribute__ ((section ("K_DATA_START")))= { .limit = sizeof(idt), .base = (__address) idt };
    7171
    7272void gdt_setbase(struct descriptor *d, __address base)
Note: See TracChangeset for help on using the changeset viewer.