* [PATCH] xen/arm: mark do_unexpected_trap as noreturn
@ 2014-08-05 16:30 Julien Grall
2014-08-21 22:49 ` Ian Campbell
2014-08-21 22:50 ` Ian Campbell
0 siblings, 2 replies; 3+ messages in thread
From: Julien Grall @ 2014-08-05 16:30 UTC (permalink / raw)
To: xen-devel; +Cc: stefano.stabellini, Julien Grall, tim, ian.campbell
Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
xen/include/asm-arm/processor.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/include/asm-arm/processor.h b/xen/include/asm-arm/processor.h
index acaf566..7950351 100644
--- a/xen/include/asm-arm/processor.h
+++ b/xen/include/asm-arm/processor.h
@@ -510,7 +510,7 @@ void show_registers(struct cpu_user_regs *regs);
#define cpu_to_core(_cpu) (0)
#define cpu_to_socket(_cpu) (0)
-void do_unexpected_trap(const char *msg, struct cpu_user_regs *regs);
+void noreturn do_unexpected_trap(const char *msg, struct cpu_user_regs *regs);
void vcpu_regs_hyp_to_user(const struct vcpu *vcpu,
struct vcpu_guest_core_regs *regs);
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] xen/arm: mark do_unexpected_trap as noreturn
2014-08-05 16:30 [PATCH] xen/arm: mark do_unexpected_trap as noreturn Julien Grall
@ 2014-08-21 22:49 ` Ian Campbell
2014-08-21 22:50 ` Ian Campbell
1 sibling, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2014-08-21 22:49 UTC (permalink / raw)
To: Julien Grall; +Cc: xen-devel, tim, stefano.stabellini
On Tue, 2014-08-05 at 17:30 +0100, Julien Grall wrote:
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xen/arm: mark do_unexpected_trap as noreturn
2014-08-05 16:30 [PATCH] xen/arm: mark do_unexpected_trap as noreturn Julien Grall
2014-08-21 22:49 ` Ian Campbell
@ 2014-08-21 22:50 ` Ian Campbell
1 sibling, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2014-08-21 22:50 UTC (permalink / raw)
To: Julien Grall; +Cc: xen-devel, tim, stefano.stabellini
On Tue, 2014-08-05 at 17:30 +0100, Julien Grall wrote:
> Signed-off-by: Julien Grall <julien.grall@linaro.org>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-21 22:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 16:30 [PATCH] xen/arm: mark do_unexpected_trap as noreturn Julien Grall
2014-08-21 22:49 ` Ian Campbell
2014-08-21 22:50 ` Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).