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] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
/*
2
 * linux/include/asm-arm/proc-armv/shmparam.h
3
 *
4
 * Copyright (C) 1996 Russell King
5
 *
6
 * definitions for the shared process memory on ARM v3 or v4
7
 * processors
8
 */
9
 
10
#ifndef __ASM_PROC_SHMPARAM_H
11
#define __ASM_PROC_SHMPARAM_H
12
 
13
#ifndef SHM_RANGE_START
14
#define SHM_RANGE_START 0x50000000
15
#define SHM_RANGE_END   0x60000000
16
#define SHMMAX          0x02000000
17
#endif
18
 
19
#endif

powered by: WebSVN 2.1.0

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