summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-13 16:39:26 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-14 14:06:59 +0100
commit00dae1866d257f48a8592f35dcad1e84f6258f9c (patch)
tree18bb71797429365c6a7f28db0dc4e985df5767ad /cpukit
parentsptests/spintrcritical09: Fix check order (diff)
downloadrtems-00dae1866d257f48a8592f35dcad1e84f6258f9c.tar.bz2
powerpc: Delete _CPU_Install_interrupt_stack()
This function is only used if CPU_HAS_HARDWARE_INTERRUPT_STACK == TRUE.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/cpu.h11
1 files changed, 0 insertions, 11 deletions
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
@@ -945,17 +945,6 @@ void _CPU_ISR_install_vector(
);
/*
- * _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
*
* This routine switches from the run context to the heir context.