forked from Imagelibrary/rtems
2008-03-11 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/ppc_exc_asm_macros.h: bugfix; need to crand not cror when testing lower priority locks during machine-check handling.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-03-11 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
* new-exceptions/bspsupport/ppc_exc_asm_macros.h: bugfix;
|
||||||
|
need to crand not cror when testing lower priority locks
|
||||||
|
during machine-check handling.
|
||||||
|
|
||||||
2008-03-05 Till Straumann <strauman@slac.stanford.edu>
|
2008-03-05 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* new-exceptions/bspsupport/ppc_exc_asm_macros.h: bugfix;
|
* new-exceptions/bspsupport/ppc_exc_asm_macros.h: bugfix;
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ ppc_exc_min_prolog_sync_\_NAME:
|
|||||||
cmpli cr4, r5, 0
|
cmpli cr4, r5, 0
|
||||||
lwz r5, ppc_exc_lock_crit@sdarel(r13)
|
lwz r5, ppc_exc_lock_crit@sdarel(r13)
|
||||||
cmpli cr0, r5, 0
|
cmpli cr0, r5, 0
|
||||||
cror EQ(cr4), EQ(cr4), EQ(cr0)
|
crand EQ(cr4), EQ(cr4), EQ(cr0)
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
/* Minimal prologue snippets jump into WRAP
|
/* Minimal prologue snippets jump into WRAP
|
||||||
|
|||||||
Reference in New Issue
Block a user