Fix missing prototypes on ia64 and minor cleanups
commit744843d03b9afd40e20e8930d5499257dbdf04a2
authorJes Sorensen <jes@sgi.com>
Thu, 4 Sep 2008 15:40:09 +0000 (4 17:40 +0200)
committerAvi Kivity <avi@qumranet.com>
Sun, 7 Sep 2008 06:24:59 +0000 (7 09:24 +0300)
tree21f78ca926597ac8f6d5b216659113871574bf07
parent377878e7557549525206870b44453b68c04a4b7b
Fix missing prototypes on ia64 and minor cleanups

Add missing prototypes to the ia64 header files. Remove unused variables
T0/T1/T2 declared in exec.h and fix a small formatting issue to match the
formatting style of qemu. Add 'const' to cpu_ia64_init() to match the
rest of qemu.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Acked-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
target-ia64/cpu.h
target-ia64/exec.h
target-ia64/op_helper.c