Changeset e8194664 in mainline for arch/ia32/include/pm.h


Ignore:
Timestamp:
2006-05-05T15:09:40Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f58af46
Parents:
4c89b09
Message:

VESA FB cut unwanted

File:
1 edited

Legend:

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

    r4c89b09 re8194664  
    3131
    3232#define IDT_ITEMS 64
    33 #define GDT_ITEMS 8
     33#define GDT_ITEMS 7
    3434
    3535#define VESA_INIT_SEGMENT 0x8000
     
    4242#define TSS_DES         5
    4343#define TLS_DES         6 /* Pointer to Thread-Local-Storage data */
     44
     45#ifdef CONFIG_FB
     46
     47#define VESA_INIT_SEGMENT 0x8000
    4448#define VESA_INIT_DES 7
     49#undef GDT_ITEMS
     50#define GDT_ITEMS 8
     51
     52#endif /* CONFIG_FB */
     53
    4554
    4655#define selector(des)   ((des)<<3)
Note: See TracChangeset for help on using the changeset viewer.