Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/ppc32.c

    r666f492 r4872160  
    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 (true);
     286        while (1);
    287287}
    288288
Note: See TracChangeset for help on using the changeset viewer.