Changeset 715a847f in mainline for kernel/arch/sparc64


Ignore:
Timestamp:
2006-10-22T10:24:53Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78595d6
Parents:
deb14fb
Message:

Remove broken, outdated and unused gencontext.c utilities.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/context.h

    rdeb14fb r715a847f  
    3636#define KERN_sparc64_CONTEXT_H_
    3737
    38 #ifndef KERN_sparc64_STACK_H_
    39 # include <arch/stack.h>
    40 #endif
    41 
    42 #ifndef KERN_sparc64_TYPES_H_
    43 # include <arch/types.h>
    44 #endif
    45 
    46 #ifndef KERN_ALIGN_H_
    47 # include <align.h>
    48 #endif
     38#include <arch/stack.h>
     39#include <arch/types.h>
     40#include <align.h>
    4941
    5042#define SP_DELTA        STACK_WINDOW_SAVE_AREA_SIZE
Note: See TracChangeset for help on using the changeset viewer.