Changeset fb10289b in mainline for arch/amd64


Ignore:
Timestamp:
2006-02-03T02:25:16Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e1888f9
Parents:
086a600
Message:

SLAB allocator now uses itself for all its internal structures.
Added description of allocator.
Removed messy_stack_trace from amd64, as it would scroll away important
part of exception.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/interrupt.c

    r086a600 rfb10289b  
    4343#include <proc/thread.h>
    4444
    45 
     45/*
    4646static void messy_stack_trace(__native *stack)
    4747{
     
    5858        printf("\n");
    5959}
    60 
     60*/
    6161static void print_info_errcode(int n, void *st)
    6262{
     
    8484        printf("       %Q, %Q, %Q\n", x[20], x[21], x[22]);
    8585        printf("       %Q, %Q, %Q\n", x[23], x[24], x[25]);
    86         messy_stack_trace(&x[5]);
     86//      messy_stack_trace(&x[5]);
    8787}
    8888
Note: See TracChangeset for help on using the changeset viewer.