[rtems commit] leon3: disable unused ISR handler
Joel Sherrill
joel at rtems.org
Tue Jan 8 18:45:12 UTC 2013
Module: rtems
Branch: master
Commit: f597cc1ba26ec34cf6c8243dc3f921a71e8afe11
Changeset: http://git.rtems.org/rtems/commit/?id=f597cc1ba26ec34cf6c8243dc3f921a71e8afe11
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Tue Jan 8 12:49:56 2013 -0600
leon3: disable unused ISR handler
---
c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c b/c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c
index 6499634..560828f 100644
--- a/c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c
+++ b/c/src/lib/libbsp/sparc/leon3/shmsupp/mpisr.c
@@ -17,6 +17,7 @@
#include <bsp.h>
#include <shm_driver.h>
+#if 0
void Shm_isr(void)
{
/*
@@ -32,6 +33,7 @@ void Shm_isr(void)
* routine below.
*/
}
+#endif
/*
* This driver routine sets the SHM interrupt vector to point to the
More information about the vc
mailing list