summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/hppa1.1/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-12 19:45:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-12 19:45:42 +0000
commitb3ac6a8dfe10aeaf3a9c59fd145bddfff119480e (patch)
treed14038b83435f95a9dbfeb9508bcef9994e057f9 /cpukit/score/cpu/hppa1.1/cpu.c
parentAdded... (diff)
downloadrtems-b3ac6a8dfe10aeaf3a9c59fd145bddfff119480e.tar.bz2
Initial attempt at building HP PA-RISC using Solaris hosted tools.
Changed back to Newlib for Solaris UNIX simulator.
Diffstat (limited to 'cpukit/score/cpu/hppa1.1/cpu.c')
-rw-r--r--cpukit/score/cpu/hppa1.1/cpu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/hppa1.1/cpu.c b/cpukit/score/cpu/hppa1.1/cpu.c
index 6cb6347151..6dee0c1225 100644
--- a/cpukit/score/cpu/hppa1.1/cpu.c
+++ b/cpukit/score/cpu/hppa1.1/cpu.c
@@ -33,8 +33,8 @@ void hppa_external_interrupt(unsigned32, CPU_Interrupt_frame *);
* So we use our own prototype instead of rtems_isr_entry
*/
-typedef rtems_isr ( *hppa_rtems_isr_entry )(
- rtems_vector_number,
+typedef void ( *hppa_rtems_isr_entry )(
+ ISR_Vector_number,
CPU_Interrupt_frame *
);
@@ -193,7 +193,7 @@ void _CPU_ISR_install_vector(
void
hppa_external_interrupt_initialize(void)
{
- rtems_isr_entry ignore;
+ hppa_rtems_isr_entry ignore;
/* mark them all unused */