powerpc: Delete _CPU_Install_interrupt_stack()

This function is only used if CPU_HAS_HARDWARE_INTERRUPT_STACK == TRUE.
This commit is contained in:
Sebastian Huber
2012-11-13 16:39:26 +01:00
parent 8f548cea5f
commit 00dae1866d
2 changed files with 0 additions and 20 deletions

View File

@@ -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
*