Changeset b8230b9 in mainline for kernel/arch/ppc32/src


Ignore:
Timestamp:
2010-05-22T22:20:37Z (15 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

Location:
kernel/arch/ppc32/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/context.S

    r3d6beaa rb8230b9  
    2929#include <arch/context_offset.h>
    3030
    31 .text   
     31.text
    3232
    3333.global context_save_arch
     
    4646        li r3, 1
    4747        blr
    48        
     48
    4949context_restore_arch:
    5050        CONTEXT_RESTORE_ARCH_CORE r3
  • kernel/arch/ppc32/src/ddi/ddi.c

    r3d6beaa rb8230b9  
    4646 *
    4747 * @return 0 on success or an error code from errno.h.
     48 *
    4849 */
    4950int ddi_iospace_enable_arch(task_t *task, uintptr_t ioaddr, size_t size)
  • kernel/arch/ppc32/src/debug/panic.s

    r3d6beaa rb8230b9  
    3535        lis %r14, halt@ha
    3636        addi %r14, %r14, halt@l
    37         mtlr %r14       # fake stack to make printf return to halt
     37        mtlr %r14  # fake stack to make printf return to halt
    3838        b printf
  • kernel/arch/ppc32/src/fpu_context.S

    r3d6beaa rb8230b9  
    3030#include <arch/context_offset.h>
    3131
    32 .text   
     32.text
    3333
    3434.global fpu_context_save
     
    8787       
    8888        blr
    89        
     89
    9090fpu_context_restore:
    9191//      FPU_CONTEXT_LOAD r3
Note: See TracChangeset for help on using the changeset viewer.