Changeset b8230b9 in mainline for kernel/arch/ppc32/include/mm/asid.h


Ignore:
Timestamp:
2010-05-22T22:20:37Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d354d57
Parents:
3d6beaa
Message:

coding style changes, no change in functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/mm/asid.h

    r3d6beaa rb8230b9  
    2727 */
    2828
    29 /** @addtogroup ppc32mm 
     29/** @addtogroup ppc32mm
    3030 * @{
    3131 */
     
    3838#include <typedefs.h>
    3939
    40 #define ASID_MAX_ARCH           4096
     40#define ASID_MAX_ARCH  4096
    4141
    4242typedef uint32_t asid_t;
Note: See TracChangeset for help on using the changeset viewer.