Ignore:
Timestamp:
08/11/95 14:16:20 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0b8b971
Parents:
4d9fa26
Message:

clean up of RunWay? interrupt support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/getcfg.c

    r4d9fa26 re349411  
    3838#include <runway.h>
    3939
    40 #include "shm.h"
     40#include <shm.h>
    4141
    4242#define INTERRUPT 0        /* can be interrupt or polling */
    4343#define POLLING   1
     44
     45#define HPPA_RUNWAY_PROC_HPA_BASE  ((void *) 0xFFFA0000)
     46 
     47/* given a processor number, where is its HPA? */
     48#define HPPA_RUNWAY_HPA(cpu)   \
     49  ((rtems_unsigned32) (HPPA_RUNWAY_PROC_HPA_BASE + ((cpu) * 0x2000)))
     50 
     51#define HPPA_RUNWAY_REG_IO_EIR_OFFSET   0x000
    4452
    4553shm_config_table BSP_shm_cfgtbl;
Note: See TracChangeset for help on using the changeset viewer.