]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Replace cell_list pointer with global linux_cell
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 4 Dec 2013 10:19:37 +0000 (11:19 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Wed, 4 Dec 2013 13:42:18 +0000 (14:42 +0100)
commitc0bfddcebebbbb6c6e2e313ab21ba58401b20876
tree513590d6f009f4c19588d4489067b13b39a4fc72
parent35c521cd7269ed87fe58c213cdfc187bcc59520c
core: Replace cell_list pointer with global linux_cell

The Linux cell will always be the first entry in our cell list, so we
can save the additional pointer cell_list by making linux_cell globally
available.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/arm/include/asm/cell.h
hypervisor/arch/x86/include/asm/cell.h
hypervisor/control.c
hypervisor/setup.c