Changeset a84af84 in mainline for generic/src/proc/task.c


Ignore:
Timestamp:
2006-04-11T16:28:52Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3fa424a9
Parents:
bafbb4b
Message:

Stack size definition macro definition fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/proc/task.c

    rbafbb4b ra84af84  
    4444
    4545
    46 #define LOADED_PROG_STACK_PAGES_NO 2
     46#ifndef LOADED_PROG_STACK_PAGES_NO
     47#define LOADED_PROG_STACK_PAGES_NO 1
     48#endif
    4749
    4850SPINLOCK_INITIALIZE(tasks_lock);
Note: See TracChangeset for help on using the changeset viewer.