OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [arch-rpc/] [a.out.h] - Diff between revs 1633 and 1765

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 1633 Rev 1765
/*
/*
 * linux/include/asm-arm/arch-rpc/a.out.h
 * linux/include/asm-arm/arch-rpc/a.out.h
 *
 *
 * Copyright (C) 1996 Russell King
 * Copyright (C) 1996 Russell King
 */
 */
 
 
#ifndef __ASM_ARCH_A_OUT_H
#ifndef __ASM_ARCH_A_OUT_H
#define __ASM_ARCH_A_OUT_H
#define __ASM_ARCH_A_OUT_H
 
 
#ifdef __KERNEL__
#ifdef __KERNEL__
#define STACK_TOP               ((current->personality==PER_LINUX_32BIT)? 0xc0000000 : 0x04000000)
#define STACK_TOP               ((current->personality==PER_LINUX_32BIT)? 0xc0000000 : 0x04000000)
#define LIBRARY_START_TEXT      (0x00c00000)
#define LIBRARY_START_TEXT      (0x00c00000)
#endif
#endif
 
 
#endif
#endif
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.