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/] [processor.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/processor.h
 * linux/include/asm-arm/arch-rpc/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: 3GB
 * User space: 3GB
 */
 */
#define TASK_SIZE       (0xc0000000UL)
#define TASK_SIZE       (0xc0000000UL)
 
 
#define INIT_MMAP       { &init_mm, 0xc0000000, 0xc2000000, PAGE_SHARED, VM_READ | VM_WRITE | VM_EXEC }
#define INIT_MMAP       { &init_mm, 0xc0000000, 0xc2000000, 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.