Changeset f4c2b6a in mainline for kernel/arch/sparc64/src/smp/smp.c


Ignore:
Timestamp:
2008-06-03T14:59:48Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4fb51
Parents:
b63f8569
Message:

reflect changes in generic code
proper formatting directives
coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/smp/smp.c

    rb63f8569 rf4c2b6a  
    100100               
    101101                if (waitq_sleep_timeout(&ap_completion_wq, 1000000, SYNCH_FLAGS_NONE) == ESYNCH_TIMEOUT)
    102                         printf("%s: waiting for processor (mid = %d) timed out\n",
     102                        printf("%s: waiting for processor (mid = %" PRIu32 ") timed out\n",
    103103                            __func__, mid);
    104104        }
Note: See TracChangeset for help on using the changeset viewer.