Changeset babcb148 in mainline for src/mm/tlb.c


Ignore:
Timestamp:
2005-04-27T21:19:42Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10a2e22
Parents:
434f700
Message:

ACPI detection code.
MP detection code rewrite.
Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mm/tlb.c

    r434f700 rbabcb148  
    5555       
    5656busy_wait:     
    57         for (i = 0; i<config.cpu_active; i++)
     57        for (i = 0; i<config.cpu_count; i++)
    5858                if (cpus[i].tlb_active)
    5959                        goto busy_wait;
Note: See TracChangeset for help on using the changeset viewer.