Changeset 6e787c4 in mainline for include/cpu.h


Ignore:
Timestamp:
2005-08-24T12:21:26Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cfd6efd2
Parents:
a8f9a82
Message:

Make rwlock test #3 compile again.

Make rwlock test #4 preemption-safe.

Prepare for preemption controlling functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/cpu.h

    ra8f9a82 r6e787c4  
    4141#include <arch/context.h>
    4242
    43 #define CPU_STACK_SIZE  (4096)
     43#define CPU_STACK_SIZE  PAGE_SIZE
    4444
    4545struct cpu {
Note: See TracChangeset for help on using the changeset viewer.