Changeset a6dd361 in mainline


Ignore:
Timestamp:
2006-07-04T14:58:11Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
991779c5
Parents:
910372a
Message:

Typos and indentation fixes for mips32 and some generic files as well.

Location:
arch/mips32
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/include/mm/as.h

    r910372a ra6dd361  
    2727 */
    2828
    29  /** @addtogroup mips32mm       
     29/** @addtogroup mips32mm       
    3030 * @{
    3131 */
     
    4949#endif
    5050
    51  /** @}
     51/** @}
    5252 */
    53 
  • arch/mips32/include/mm/asid.h

    r910372a ra6dd361  
    2727 */
    2828
    29  /** @addtogroup mips32mm       
     29/** @addtogroup mips32mm       
    3030 * @{
    3131 */
     
    4444#endif
    4545
    46  /** @}
     46/** @}
    4747 */
    4848
  • arch/mips32/include/mm/frame.h

    r910372a ra6dd361  
    2727 */
    2828
    29  /** @addtogroup mips32mm       
     29/** @addtogroup mips32mm       
    3030 * @{
    3131 */
     
    4949#endif
    5050
    51  /** @}
     51/** @}
    5252 */
    53 
  • arch/mips32/include/mm/memory_init.h

    r910372a ra6dd361  
    2727 */
    2828
    29  /** @addtogroup mips32mm       
     29/** @addtogroup mips32mm       
    3030 * @{
    3131 */
     
    4545#endif
    4646
    47  /** @}
     47/** @}
    4848 */
    49 
  • arch/mips32/include/mm/page.h

    r910372a ra6dd361  
    2727 */
    2828
    29  /** @addtogroup mips32mm       
     29/** @addtogroup mips32mm       
    3030 * @{
    3131 */
     
    153153#endif
    154154
    155  /** @}
     155/** @}
    156156 */
    157 
  • arch/mips32/src/mm/frame.c

    r910372a ra6dd361  
    2727 */
    2828
    29  /** @addtogroup mips32mm       
     29/** @addtogroup mips32mm       
    3030 * @{
    3131 */
     
    5151                zone_create(0, ADDR2PFN(config.memory_size), 1, 0);
    5252                /*
    53                  * Blacklist interrupt vektor
     53                 * Blacklist interrupt vector
    5454                 */
    5555                frame_mark_unavailable(0, 1);
     
    5757}
    5858
    59  /** @}
     59/** @}
    6060 */
    61 
  • arch/mips32/src/mm/tlb.c

    r910372a ra6dd361  
    2727 */
    2828
    29  /** @addtogroup mips32mm       
     29/** @addtogroup mips32mm       
    3030 * @{
    3131 */
     
    610610}
    611611
    612  /** @}
    613  */
    614 
     612/** @}
     613 */
Note: See TracChangeset for help on using the changeset viewer.