Changeset 2382d09 in mainline for arch/ia32/include/cpu.h


Ignore:
Timestamp:
2006-04-29T15:01:41Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
407862e
Parents:
69a5600
Message:

Improve SYS_IOSPACE_ENABLE support.
The general protection fault handler now contains
code to service early I/O Permission bitmap faults.

File:
1 edited

Legend:

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

    r69a5600 r2382d09  
    4343        int stepping;
    4444        struct tss *tss;
     45       
     46        count_t iomapver_copy;  /** Copy of TASK's I/O Permission bitmap generation count. */
    4547};
    4648
Note: See TracChangeset for help on using the changeset viewer.