mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 09:03:33 +00:00
2006-11-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu_asm.S: Re-add HI, LO.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-11-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* cpu_asm.S: Re-add HI, LO.
|
||||
|
||||
2006-11-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* irq.c: Add missing newline.
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
#include <rtems/score/bfin.h>
|
||||
#include <rtems/bfin/bfin.h>
|
||||
|
||||
#define LO(con32) ((con32) & 0xFFFF)
|
||||
#define HI(con32) (((con32) >> 16) & 0xFFFF)
|
||||
|
||||
/* _CPU_Context_switch
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user