|
| From: | Fabrice Bellard |
| Subject: | Re: [Qemu-devel] [PATCH 2/6] Push common interrupt variables to cpu-defs.h |
| Date: | Tue, 27 May 2008 17:39:20 +0200 |
| User-agent: | Thunderbird 2.0.0.5 (X11/20070727) |
Glauber Costa wrote:
Some interrupt-related attributes, which includes the jmp_buf, are present in all, or almost all, architectures. So move them to common code in cpu-defs.h instead of replicating them everywhere
OK for jmp_buf and exception_index, but not for error_code as it is CPU specific (it is present on other CPUs because the authors choose to use the same naming as on x86).
Fabrice.
| [Prev in Thread] | Current Thread | [Next in Thread] |