Changeset ad36bd6 in mainline for arch/ia32/src/smp/mp.c


Ignore:
Timestamp:
2005-04-25T12:37:44Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
85bfdcc8
Parents:
c9b8c5c
Message:

Small improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/smp/mp.c

    rc9b8c5c rad36bd6  
    495495
    496496                if (pr[i].l_apic_id == l_apic_id()) {
    497                         printf("%X: bad processor entry #%d, will not send IPI to myself\n", &pr[i], i);
     497                        printf("%L: bad processor entry #%d, will not send IPI to myself\n", &pr[i], i);
    498498                        continue;
    499499                }
Note: See TracChangeset for help on using the changeset viewer.