Changeset d6e8529 in mainline for generic/include/arch.h


Ignore:
Timestamp:
2005-12-20T00:34:12Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa7450c
Parents:
75e1db0
Message:

remove arch/$ARCH/boot where not needed, change global Makefile accordingly
remove early_mapping() (breaks ppc32 for now)
change early heap initialization (required for init to work)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/arch.h

    r75e1db0 rd6e8529  
    4343#define PREEMPTION_DISABLED     THE->preemption_disabled
    4444
    45 #ifndef early_mapping
    46 #define early_mapping(stack, size)
    47 #endif /* early_mapping */
    48 
    4945/**
    5046 * For each possible kernel stack, structure
Note: See TracChangeset for help on using the changeset viewer.