Changeset 666f492 in mainline for kernel/arch


Ignore:
Timestamp:
2010-05-24T18:42:44Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
da1bafb
Parents:
c555155
Message:

cstyle changes

Location:
kernel/arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/panic.S

    rc555155 r666f492  
    2727#
    2828
    29 .text   
     29.text
    3030
    3131.set noat
     
    3434
    3535#include <arch/asm/regname.h>
    36        
     36
    3737.global panic_printf
    3838
    39 /* From printf return directly to halt() */     
     39/* From printf return directly to halt() */
    4040panic_printf:
    4141        jal printf
     
    4343        j halt
    4444        nop
    45 /* This code does not work, god knows why */           
    46 /*      lui $ra, %hi(halt)
     45       
     46        /* This code does not work, god knows why
     47        lui $ra, %hi(halt)
    4748        j printf
    4849        ori $ra, %lo(halt) */
  • kernel/arch/ppc32/src/ppc32.c

    rc555155 r666f492  
    201201                pic_init(assigned_address[0].addr, PAGE_SIZE, &pic_cir,
    202202                    &pic_cir_arg);
    203 
     203               
    204204#ifdef CONFIG_MAC_KBD
    205205                uintptr_t pa = assigned_address[0].addr + 0x16000;
     
    223223                        }
    224224                }
    225 
     225               
    226226                /*
    227227                 * This is the necessary evil until the userspace driver is entirely
     
    284284{
    285285        // TODO
    286         while (1);
     286        while (true);
    287287}
    288288
Note: See TracChangeset for help on using the changeset viewer.