summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/c5471/c5471_irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/c5471/c5471_irq.c')
-rw-r--r--nuttx/arch/arm/src/c5471/c5471_irq.c16
1 files changed, 7 insertions, 9 deletions
diff --git a/nuttx/arch/arm/src/c5471/c5471_irq.c b/nuttx/arch/arm/src/c5471/c5471_irq.c
index fbeb2e720..49930f60f 100644
--- a/nuttx/arch/arm/src/c5471/c5471_irq.c
+++ b/nuttx/arch/arm/src/c5471/c5471_irq.c
@@ -1,8 +1,8 @@
/****************************************************************************
* arch/arm/src/c5471/c5471_irq.c
*
- * Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007, 2009, 2011-2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -65,17 +65,15 @@ volatile uint32_t *current_regs;
* Private Data
****************************************************************************/
-/* The value of _vflashstart is defined in ld.script. It
- * could be hard-coded because we know that correct IRAM
- * area is 0xffc00000.
+/* The value of _svectors is defined in ld.script. It could be hard-coded
+ * because we know that correct IRAM area is 0xffc00000.
*/
extern int _svectors; /* Type does not matter */
-/* The C5471 has FLASH at the low end of memory. The
- * rrload bootloaer will catch all interrupts and re-vector
- * them to vectors stored in IRAM. The following table is
- * used to initialize those vectors.
+/* The C5471 has FLASH at the low end of memory. The rrload bootloaer will
+ * catch all interrupts and re-vector them to vectors stored in IRAM. The
+ * following table is used to initialize those vectors.
*/
static up_vector_t g_vectorinittab[] =