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


Ignore:
Timestamp:
2006-05-05T15:09:40Z (19 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/amd64/include/pm.h

    r4c89b09 re8194664  
    3737
    3838#define IDT_ITEMS 64
    39 #define GDT_ITEMS 9
     39#define GDT_ITEMS 8
    4040
    41 #define VESA_INIT_SEGMENT 0x8000
    4241
    4342#define NULL_DES        0
     
    5049/* EndOfWarning */
    5150#define TSS_DES         6
     51
     52
     53
     54#ifdef CONFIG_FB
     55
    5256#define VESA_INIT_DES           8
     57#define VESA_INIT_SEGMENT 0x8000
     58#undef GDT_ITEMS
     59#define GDT_ITEMS 9
     60
     61#endif /*CONFIG_FB*/
     62
     63
    5364
    5465#define gdtselector(des)        ((des)<<3)
Note: See TracChangeset for help on using the changeset viewer.