diff options
Diffstat (limited to 'firmware/target/arm/pnx0101')
-rw-r--r-- | firmware/target/arm/pnx0101/crt0-pnx0101.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/arm/pnx0101/crt0-pnx0101.S b/firmware/target/arm/pnx0101/crt0-pnx0101.S index d11546edaa..68a5f534bd 100644 --- a/firmware/target/arm/pnx0101/crt0-pnx0101.S +++ b/firmware/target/arm/pnx0101/crt0-pnx0101.S | |||
@@ -166,12 +166,6 @@ vectors: | |||
166 | 166 | ||
167 | .text | 167 | .text |
168 | 168 | ||
169 | #ifndef STUB | ||
170 | .global irq | ||
171 | .global fiq | ||
172 | .global UIE | ||
173 | #endif | ||
174 | |||
175 | /* All illegal exceptions call into UIE with exception address as first | 169 | /* All illegal exceptions call into UIE with exception address as first |
176 | parameter. This is calculated differently depending on which exception | 170 | parameter. This is calculated differently depending on which exception |
177 | we're in. Second parameter is exception number, used for a string lookup | 171 | we're in. Second parameter is exception number, used for a string lookup |