commit | f023243432b397ace5345bd47d4dc62609241484 | [log] [tgz] |
---|---|---|
author | Cédric Le Goater <clg@kaod.org> | Mon Feb 27 15:29:24 2017 +0100 |
committer | David Gibson <david@gibson.dropbear.id.au> | Wed Mar 01 11:23:39 2017 +1100 |
tree | 6b3c2e84bd1bd0112f98455b184bf61820ad2af3 | |
parent | bf50860d1b3652e480b4efef9856afa428c3d8d4 [diff] |
ppc/xics: move the cpu_setup() handler under the ICPState class The cpu_setup() handler is currently under the XICSState class but it really belongs under ICPState as it is setting up an individual vCPU. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>