Ignore:
Timestamp:
Jul 18, 2019, 2:06:55 PM (5 years ago)
Author:
alain
Message:

Introduce the non-standard pthread_parallel_create() system call
and re-write the <fft> and <sort> applications to improve the
intrinsic paralelism in applications.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/boot/tsar_mips32/boot.c

    r624 r637  
    954954#if DEBUG_BOOT_MULTI
    955955boot_printf("\n[BOOT] core[%x,%d] jump to kernel_init = %x at cycle %d\n",
    956 cxy, lid, __FUNCTION__, kernel_entry, boot_get_proctime() );
     956cxy, lid, kernel_entry, boot_get_proctime() );
    957957#endif
    958958
Note: See TracChangeset for help on using the changeset viewer.