public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Resend: [PATCH] x86-64: adjust frame type at paranoid_exit:
@ 2010-09-02 12:54 Jan Beulich
  2010-09-02 22:51 ` Alexander van Heukelum
  2010-09-03  7:11 ` [tip:x86/debug] x86-64: Adjust " tip-bot for Jan Beulich
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Beulich @ 2010-09-02 12:54 UTC (permalink / raw)
  To: mingo, tglx, hpa; +Cc: linux-kernel

As this isn't an exception or interrupt entry point, it doesn't have
any of the hardware provide frame layouts active.

Signed-off-by: Jan Beulich <jbeulich@novell.com>

---
 arch/x86/kernel/entry_64.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.36-rc3/arch/x86/kernel/entry_64.S
+++ 2.6.36-rc3-x86_64-paranoid_exit-unwind/arch/x86/kernel/entry_64.S
@@ -1368,7 +1368,7 @@ paranoidzeroentry machine_check *machine
 
 	/* ebx:	no swapgs flag */
 ENTRY(paranoid_exit)
-	INTR_FRAME
+	DEFAULT_FRAME
 	DISABLE_INTERRUPTS(CLBR_NONE)
 	TRACE_IRQS_OFF
 	testl %ebx,%ebx				/* swapgs needed? */




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-03  7:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02 12:54 Resend: [PATCH] x86-64: adjust frame type at paranoid_exit: Jan Beulich
2010-09-02 22:51 ` Alexander van Heukelum
2010-09-03  7:11 ` [tip:x86/debug] x86-64: Adjust " tip-bot for Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox