From b3ac6a8dfe10aeaf3a9c59fd145bddfff119480e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 Sep 1995 19:45:42 +0000 Subject: Initial attempt at building HP PA-RISC using Solaris hosted tools. Changed back to Newlib for Solaris UNIX simulator. --- cpukit/score/cpu/hppa1.1/cpu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/score/cpu/hppa1.1/cpu.c') 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 */ -- cgit v1.2.3