From cd9ce6be486f861a18d7a1dff9818a4b62cef729 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Jun 2010 16:25:16 +0000 Subject: 2010-06-15 Joel Sherrill * cpu_asm.S: Formatting. --- cpukit/score/cpu/i386/ChangeLog | 4 ++++ cpukit/score/cpu/i386/cpu_asm.S | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/i386') diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index 3c39377fee..4e8ebf03eb 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,7 @@ +2010-06-15 Joel Sherrill + + * cpu_asm.S: Formatting. + 2010-05-21 Vinu Rajashekhar * rtems/score/registers.h: Remove structs with bit-fields. Add a mask diff --git a/cpukit/score/cpu/i386/cpu_asm.S b/cpukit/score/cpu/i386/cpu_asm.S index 4c4a8d0f36..418d2bf787 100644 --- a/cpukit/score/cpu/i386/cpu_asm.S +++ b/cpukit/score/cpu/i386/cpu_asm.S @@ -87,7 +87,6 @@ restore: .set NEWCONTEXT_ARG, 4 /* context to restore argument */ SYM (_CPU_Context_restore): - movl NEWCONTEXT_ARG(esp),eax /* eax = running threads context */ jmp restore -- cgit v1.2.3