mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 06:35:36 +08:00
2004-04-09 Joel Sherrill <joel@OARcorp.com>
PR 605/bsps * cpu.c: Do not use C++ style comments.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-04-09 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 605/bsps
|
||||
* cpu.c: Do not use C++ style comments.
|
||||
|
||||
2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Remove (Merged into $(top_srcdir)/configure.ac).
|
||||
|
||||
@@ -99,7 +99,7 @@ uint32_t _CPU_ISR_Get_level( void )
|
||||
|
||||
mips_get_sr(sr);
|
||||
|
||||
//printf("current sr=%08X, ",sr);
|
||||
/* printf("current sr=%08X, ",sr); */
|
||||
|
||||
#if __mips == 3
|
||||
/* EXL bit and shift down hardware ints into bits 1 thru 6 */
|
||||
@@ -112,7 +112,7 @@ uint32_t _CPU_ISR_Get_level( void )
|
||||
#else
|
||||
#error "CPU ISR level: unknown MIPS level for SR handling"
|
||||
#endif
|
||||
//printf("intlevel=%02X\n",sr);
|
||||
/* printf("intlevel=%02X\n",sr); */
|
||||
return sr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user