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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [proc-trio/] [shmparam.h] - Rev 1782

Compare with Previous | Blame | View Log

/*
 * linux/include/asm-arm/proc-armv/shmparam.h
 *
 * Copyright (C) 1996 Russell King
 *
 * definitions for the shared process memory on ARM v3 or v4
 * processors
 */
 
#ifndef __ASM_PROC_SHMPARAM_H
#define __ASM_PROC_SHMPARAM_H
 
#ifndef SHM_RANGE_START
#define SHM_RANGE_START	0x50000000
#define SHM_RANGE_END	0x60000000
#define SHMMAX		0x02000000
#endif
 
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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