s390: Use s390_cpu_physical_memory_map for tpi.

Map the I/O interruption code before calling into css.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
Cornelia Huck 2013-01-27 23:59:26 +00:00 committed by Alexander Graf
parent 2e788490d8
commit 50c8d9bfc6
4 changed files with 24 additions and 8 deletions

View file

@ -852,7 +852,7 @@ int css_do_stcrw(CRW *crw)
return ret;
}
int css_do_tpi(uint64_t addr, int lowcore)
int css_do_tpi(IOIntCode *int_code, int lowcore)
{
/* No pending interrupts for !KVM. */
return 0;