Changeset 74bcf5e in mainline


Ignore:
Timestamp:
2009-02-14T20:42:04Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
687c3cd
Parents:
1f7cb3a
Message:

Get rid of CONFIG_SIMICS_FIX.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r1f7cb3a r74bcf5e  
    286286% Improved support for hyperthreading
    287287! [((PLATFORM=ia32&MACHINE!=athlon-xp&MACHINE!=athlon-mp&MACHINE!=pentium3)|PLATFORM=amd64)&CONFIG_SMP=y] CONFIG_HT (y/n)
    288 
    289 % Simics BIOS AP boot fix
    290 ! [(PLATFORM=ia32|PLATFORM=amd64)&CONFIG_SMP=y] CONFIG_SIMICS_FIX (y/n)
    291288
    292289% Lazy FPU context switching
  • kernel/arch/ia32/src/mm/frame.c

    r1f7cb3a r74bcf5e  
    119119                        hardcoded_unmapped_kdata_size));
    120120#endif
    121 #ifdef CONFIG_SIMICS_FIX
    122                 minconf = max(minconf, ADDR2PFN(0x10000));
    123 #endif
    124121                init_e820_memory(minconf);
    125122
     
    132129                        (hardcoded_unmapped_ktext_size +
    133130                        hardcoded_unmapped_kdata_size) >> FRAME_WIDTH);
    134                
    135 #ifdef CONFIG_SIMICS_FIX
    136                 /* Don't know why, but these addresses help */
    137                 frame_mark_unavailable(0xd000 >> FRAME_WIDTH, 3);
    138 #endif
    139131#endif
    140132        }
Note: See TracChangeset for help on using the changeset viewer.