On Wed, May 18, 2011 at 4:17 PM, Julien Grall wrote:
> On Tue, May 17, 2011 at 9:57 PM, Blue Swirl wrote:
>> On Tue, May 17, 2011 at 6:32 PM, Julien Grall wrote:
>>> Fix TA0_SHUTDOWN feature
>>
>> But what would be the bug?
>
> We try to add RTEMS's support on leon platform for QEMU. RTEMS uses
On Tue, May 17, 2011 at 9:57 PM, Blue Swirl wrote:
> On Tue, May 17, 2011 at 6:32 PM, Julien Grall wrote:
>> Fix TA0_SHUTDOWN feature
>
> But what would be the bug?
We try to add RTEMS's support on leon platform for QEMU. RTEMS uses
software trap 0 for various syscall.
The current implementation
On Tue, May 17, 2011 at 6:32 PM, Julien Grall wrote:
> Fix TA0_SHUTDOWN feature
But what would be the bug?
> Signed-off-by: Julien Grall
> ---
> target-sparc/op_helper.c | 13 +++--
> target-sparc/translate.c | 9 +
> 2 files changed, 12 insertions(+), 10 deletions(-)
>
>
Fix TA0_SHUTDOWN feature
Signed-off-by: Julien Grall
---
target-sparc/op_helper.c | 13 +++--
target-sparc/translate.c |9 +
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c
index a6fabad..cb775f5 100644
--