Changeset 6153749 in mainline for arch/ppc/include/byteorder.h


Ignore:
Timestamp:
2005-09-05T09:35:56Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8fe379b5
Parents:
ae9624e
Message:

Add timeout to kmp() so that we don't deadlock while waiting for AP's to come up.

Improve comment in byteorder.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc/include/byteorder.h

    rae9624e r6153749  
    3232#include <arch/types.h>
    3333
    34 /** Convert little-endian parameter to host endianess
     34/** Convert little-endian __native to host __native
    3535 *
    36  * Convert little-endian to host endianess,
     36 * Convert little-endian __native parameter to host endianess.
    3737 *
    38  * @param n Little-endian native argument.
     38 * @param n Little-endian __native argument.
    3939 *
    4040 * @return Result in host endianess.
Note: See TracChangeset for help on using the changeset viewer.