From 00dae1866d257f48a8592f35dcad1e84f6258f9c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 13 Nov 2012 16:39:26 +0100 Subject: [PATCH] powerpc: Delete _CPU_Install_interrupt_stack() This function is only used if CPU_HAS_HARDWARE_INTERRUPT_STACK == TRUE. --- c/src/lib/libcpu/powerpc/new-exceptions/cpu.c | 9 --------- cpukit/score/cpu/powerpc/rtems/score/cpu.h | 11 ----------- 2 files changed, 20 deletions(-) diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c index 5c0f8d11cb..cb944ba0a3 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c @@ -133,15 +133,6 @@ void _CPU_Context_Initialize( #endif } -/*PAGE - * - * _CPU_Install_interrupt_stack - */ - -void _CPU_Install_interrupt_stack( void ) -{ -} - /* _CPU_ISR_install_vector * * This kernel routine installs the RTEMS handler for the diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/rtems/score/cpu.h index 840df7a5b0..9ae0cca6d8 100644 --- a/cpukit/score/cpu/powerpc/rtems/score/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/score/cpu.h @@ -944,17 +944,6 @@ void _CPU_ISR_install_vector( proc_ptr *old_handler ); -/* - * _CPU_Install_interrupt_stack - * - * This routine installs the hardware interrupt stack pointer. - * - * NOTE: It need only be provided if CPU_HAS_HARDWARE_INTERRUPT_STACK - * is TRUE. - */ - -void _CPU_Install_interrupt_stack( void ); - /* * _CPU_Context_switch *