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-trio/] [processor.h] - Diff between revs 1765 and 1782

Only display areas with differences | Details | Blame | View Log

Rev 1765 Rev 1782
/*
/*
 * linux/include/asm-arm/arch-a5k/processor.h
 * linux/include/asm-arm/arch-a5k/processor.h
 *
 *
 * Copyright (c) 1996 Russell King.
 * Copyright (c) 1996 Russell King.
 *
 *
 * Changelog:
 * Changelog:
 *  10-09-1996  RMK     Created
 *  10-09-1996  RMK     Created
 */
 */
 
 
#ifndef __ASM_ARCH_PROCESSOR_H
#ifndef __ASM_ARCH_PROCESSOR_H
#define __ASM_ARCH_PROCESSOR_H
#define __ASM_ARCH_PROCESSOR_H
 
 
/*
/*
 * Bus types
 * Bus types
 */
 */
#define EISA_bus 0
#define EISA_bus 0
#define EISA_bus__is_a_macro /* for versions in ksyms.c */
#define EISA_bus__is_a_macro /* for versions in ksyms.c */
#define MCA_bus 0
#define MCA_bus 0
#define MCA_bus__is_a_macro /* for versions in ksyms.c */
#define MCA_bus__is_a_macro /* for versions in ksyms.c */
 
 
/*
/*
 * User space: 26MB
 * User space: 26MB
 */
 */
#define TASK_SIZE       (0x01a00000UL)
#define TASK_SIZE       (0x01a00000UL)
 
 
#define INIT_MMAP       { &init_mm, 0, 0x02000000, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC }
#define INIT_MMAP       { &init_mm, 0, 0x02000000, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC }
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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