Changeset 198


Ignore:
Timestamp:
Aug 9, 2012, 9:54:48 AM (12 years ago)
Author:
karaoui
Message:

lpid=> proc_id in boot_clusters_init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/boot/boot_init.c

    r197 r198  
    13591359boot_putw( proc_id );
    13601360boot_puts(" : scheduler pbase = ");
    1361 boot_putw( pseg_pbase + (lpid<<12) );
     1361boot_putw( pseg_pbase + (proc_id<<12) );
    13621362boot_puts("\n");
    13631363#endif
Note: See TracChangeset for help on using the changeset viewer.