Mercurial > ecos-v3_0-branch
changeset 1851:a10cfd6a2ddc
arm/arch/current/src/vectors.S: Allow DSRs in non-kernel configuration.
| author | jani |
|---|---|
| date | Tue, 23 Nov 2004 14:11:14 +0000 |
| parents | ab3832848094 |
| children | 061b9e452dfd |
| files | packages/hal/arm/arch/current/ChangeLog packages/hal/arm/arch/current/src/vectors.S |
| diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/ChangeLog +++ b/packages/hal/arm/arch/current/ChangeLog @@ -1,3 +1,7 @@ +2004-11-23 Jani Monoses <jani@iv.ro> + + * src/vectors.S: Allow DSRs in non-kernel configuration. + 2004-10-07 Andrew Lunn <andrew.lunn@ascom.ch> * src/arm_stub.c (target_ins): Added a cast to prevent a compiler
--- a/packages/hal/arm/arch/current/src/vectors.S +++ b/packages/hal/arm/arch/current/src/vectors.S @@ -938,7 +938,6 @@ spurious_IRQ: str r1,[r2] ldreq sp,[sp] // This should be the saved stack pointer #endif -#ifdef CYGFUN_HAL_COMMON_KERNEL_SUPPORT // The return value from the handler (in r0) will indicate whether a // DSR is to be posted. Pass this together with a pointer to the // interrupt object we have just used to the interrupt tidy up routine. @@ -956,7 +955,6 @@ spurious_IRQ: // threads and call scheduler ARM_MODE(r1,10) 17: -#endif // mov r0,sp // bl show_frame_out
