Changeset 636 for trunk/user/sort


Ignore:
Timestamp:
Jul 1, 2019, 9:34:16 AM (5 years ago)
Author:
alain
Message:

Fix a bug in list_remote_add_first() and list_remote_add_last() functions,
used by the physical memory allocator, that corrupted the PPM state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/sort/sort.c

    r635 r636  
    5454#include <hal_macros.h>
    5555
    56 #define ARRAY_LENGTH        128        // number of items
     56#define ARRAY_LENGTH        2048       // number of items
    5757#define MAX_THREADS         1024       // 16 * 16 * 4
    5858
Note: See TracChangeset for help on using the changeset viewer.