]> git.proxmox.com Git - mirror_edk2.git/commit
EmulatorPkg/MpService: remove redundant switch-case statement
authorChen Fan <chen.fan.fnst@cn.fujitsu.com>
Sun, 28 Sep 2014 06:22:10 +0000 (06:22 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 28 Sep 2014 06:22:10 +0000 (06:22 +0000)
commit3dfe9247cef656a40407a46af5e2e4e04757a646
treeeb2035fe65c66ab188b4e066002ef38b7680599a
parent5152f6426cb80b70eb7c39e372105e050946eb85
EmulatorPkg/MpService: remove redundant switch-case statement

we had set the AP procedure in StartupAllAPs(), so do not need
to set AP procedure twice.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16186 6f19259b-4bc3-4df7-8a09-765794883524
EmulatorPkg/CpuRuntimeDxe/MpService.c