diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-03-23 00:15:42 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-03-23 00:15:42 +0100 |
commit | d87d897ae7890ed7a58ec65c0c60a2258747e3c1 (patch) | |
tree | c875529d136c3322175c301f300dc43167ba2a6c /i386/intel/pmap.c | |
parent | 809f7720aa0c1704e821ce31b147765c9676f0e6 (diff) |
Fix boot with big values of _start
When _start is not close to 0, just using init_alloc_aligned() is not enough
to know how much should be duplicated between linear and virtual mappings.
Just mapping everything that can be is not very costly and should just work
when it can work.
* i386/i386at/model_dep.c (i386at_init) [VM_MIN_KERNEL_ADDRESS !=
LINEAR_MIN_KERNEL_ADDRESS]: Extend `nb_direct' to VM_MIN_KERNEL_ADDRESS -
LINEAR_MIN_KERNEL_ADDRESS.
Diffstat (limited to 'i386/intel/pmap.c')
0 files changed, 0 insertions, 0 deletions