Changes in kernel/arch/ppc32/src/ppc32.c [4872160:666f492] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/ppc32.c
r4872160 r666f492 201 201 pic_init(assigned_address[0].addr, PAGE_SIZE, &pic_cir, 202 202 &pic_cir_arg); 203 203 204 204 #ifdef CONFIG_MAC_KBD 205 205 uintptr_t pa = assigned_address[0].addr + 0x16000; … … 223 223 } 224 224 } 225 225 226 226 /* 227 227 * This is the necessary evil until the userspace driver is entirely … … 284 284 { 285 285 // TODO 286 while ( 1);286 while (true); 287 287 } 288 288
Note:
See TracChangeset
for help on using the changeset viewer.